luka
PD🧩 Plasmo Developers
•Created by luka on 4/16/2024 in #👾extension
local storage dev tools plasmo
Hi all,
I am trying to locate the storage api data. I am aware the data is stored in chrome.storage and I tried going to the devtools to get the data. However, I am not able to get the data set in chrome.storage why?. In the extension console I have tried getting it with:
await chrome.storage.local.get(console.log);
but I cannot find it there. I am storing the data by just setting a key like storage.set('123','value').
Is there some way to see the storage api in dev tools?.
2 replies
PD🧩 Plasmo Developers
•Created by luka on 4/2/2024 in #🔰newbie
Getting a 403 when deploying using plasmo plus
Hi there, we are using plasmo to deploy to multiple stores, I started with deploying to chrome but I am getting 403 after following the steps and adding all creds into the plasmo web app.
I am getting this:
2 replies
PD🧩 Plasmo Developers
•Created by luka on 1/3/2024 in #🔰newbie
Production and dev build
Hi all, I am having problems with some plasmo components I am using in my content script. For some reason whenever I start the server they dont show, until I console log something into the component. Any help would be appreaciated.
13 replies