Auto Follow Targeting Shopee
Follow and Unfollow profiles in Shopee
Cos'è Auto Follow Targeting Shopee?
Auto Follow Targeting Shopee è un'estensione di Chrome sviluppata da Magix Marketing, e la sua funzione principale è "Follow and Unfollow profiles in Shopee".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Follow Targeting Shopee
Scarica i file di estensione Auto Follow Targeting Shopee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Find targeted prospect ( real buyer ) in Shopee by using this tools
- follow and unfollow user in shopee
- find find and follow user who left positive feedback / review of certain product
- find find and follow user who are not seller in Shopee
- find and follow only active user Informazioni di Base sull'Estensione
| Nome | |
| ID | nmcaloklbmedbeiephgjkjlaclgaheen |
| URL Ufficiale | https://chromewebstore.google.com/detail/auto-follow-targeting-sho/nmcaloklbmedbeiephgjkjlaclgaheen |
| Descrizione | Follow and Unfollow profiles in Shopee |
| Dimensione del File | 136 KB |
| Conteggio Installazioni | 672 |
| Versione Corrente | 4.5.1 |
| Ultimo Aggiornamento | 2022-11-23 |
| Data di Pubblicazione | 2022-11-23 |
| Sviluppatore | Magix Marketing |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Follow Targeting Shopee",
"description": "Follow and Unfollow profiles in Shopee",
"version": "4.5.1",
"icons": {
"16": "shopee.png",
"48": "shopee.png",
"128": "shopee.png"
},
"browser_action": {
"name": "Follow Targeting Shopee",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/shopee.com.my\/*"
],
"run_at": "document_idle",
"css": [
"myStyles.css"
],
"js": [
"content-script.js"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"declarativeNetRequest",
"storage",
"activeTab",
"alarms",
"notifications",
"http:\/\/localhost\/*",
"https:\/\/belajarshopee.com\/*",
"https:\/\/shopee.com.my\/*"
],
"manifest_version": 2
} | |