Auto Follow Targeting Shopee
Follow and Unfollow profiles in Shopee
Was ist Auto Follow Targeting Shopee?
Auto Follow Targeting Shopee ist eine Chrome-Erweiterung, die von Magix Marketing entwickelt wurde, und ihr Hauptmerkmal ist "Follow and Unfollow profiles in Shopee".
Erweiterungsscreenshots
Auto Follow Targeting Shopee-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Follow Targeting Shopee-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nmcaloklbmedbeiephgjkjlaclgaheen |
| Offizielle URL | https://chromewebstore.google.com/detail/auto-follow-targeting-sho/nmcaloklbmedbeiephgjkjlaclgaheen |
| Beschreibung | Follow and Unfollow profiles in Shopee |
| Dateigröße | 136 KB |
| Installationsanzahl | 672 |
| Aktuelle Version | 4.5.1 |
| Letztes Update | 2022-11-23 |
| Veröffentlichungsdatum | 2022-11-23 |
| Entwickler | Magix Marketing |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |