Auto Follow Targeting Shopee
Follow and Unfollow profiles in Shopee
Что такое Auto Follow Targeting Shopee?
Auto Follow Targeting Shopee - это расширение Chrome, разработанное Magix Marketing, и его основная функция - "Follow and Unfollow profiles in Shopee".
Снимки экрана расширения
Скачать файл CRX расширения Auto Follow Targeting Shopee
Скачайте файлы расширений Auto Follow Targeting Shopee в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | nmcaloklbmedbeiephgjkjlaclgaheen |
| Официальный URL | https://chromewebstore.google.com/detail/auto-follow-targeting-sho/nmcaloklbmedbeiephgjkjlaclgaheen |
| Описание | Follow and Unfollow profiles in Shopee |
| Размер файла | 136 KB |
| Количество установок | 672 |
| Текущая Версия | 4.5.1 |
| Последнее Обновление | 2022-11-23 |
| Дата публикации | 2022-11-23 |
| Разработчик | Magix Marketing |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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
} | |