Auto Follow Targeting Shopee
Follow and Unfollow profiles in Shopee
Auto Follow Targeting Shopeeとは何ですか?
Auto Follow Targeting ShopeeはMagix Marketingによって開発されたChromeの拡張機能で、その主な機能は「Follow and Unfollow profiles in Shopee」です。
拡張機能のスクリーンショット
Auto Follow Targeting Shopee拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | Auto Follow Targeting Shopee |
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 |
Eメール | [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 } |