阿靳 蝦皮聊聊群發工具
蝦皮聊聊群發工具。能發送商品或折扣碼給已經交易過或是聊聊過的客人。
Qu'est-ce que 阿靳 蝦皮聊聊群發工具 ?
阿靳 蝦皮聊聊群發工具 est une extension Chrome développée par ERPow, et sa fonction principale est "蝦皮聊聊群發工具。能發送商品或折扣碼給已經交易過或是聊聊過的客人。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 阿靳 蝦皮聊聊群發工具
Téléchargez les fichiers d'extension 阿靳 蝦皮聊聊群發工具 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
由蝦皮大學 認證講師 阿靳 精心規劃,以自身網拍經驗開發 蝦皮聊聊群發工具 是唯一由使用者電腦發送的群發軟體,不需把帳號密碼交給第三人操作,只要在自己電腦就能完成發送,安全性最高。 可對1年內下單過的用戶進行再行銷。發送名單可針對「購買日期」、「購買過的商品」、「訂單金額」及「買家評價數」進行篩選,建立發送名單,精準抓出受眾進行多次銷售。 可同時發送「商品連結」及「折扣碼」,宣傳您目前的活動、新品、折扣碼、直播等等。即時發送不需預約,不限封數、不限金額、成本最低、效果最好。 瞭解更多詳情,請LINE ID 搜尋 @jwv5600v 更多網拍賣家專用軟體請瀏覽 http://ajin.tw 更多蝦皮拍賣經營技巧,關注我們的FB粉絲頁 「阿靳蝦皮拍賣經營技巧公開課」 https://reurl.cc/24qeDa
Informations de Base sur l'Extension
Nom | 阿靳 蝦皮聊聊群發工具 |
ID | paobminkboccnchkjkipeakmiomkghej |
URL Officiel | https://chromewebstore.google.com/detail/%E9%98%BF%E9%9D%B3-%E8%9D%A6%E7%9A%AE%E8%81%8A%E8%81%8A%E7%BE%A4%E7%99%BC%E5%B7%A5%E5%85%B7/paobminkboccnchkjkipeakmiomkghej |
Description | 蝦皮聊聊群發工具。能發送商品或折扣碼給已經交易過或是聊聊過的客人。 |
Taille du Fichier | 2.17 MB |
Nombre d'Installations | 927 |
Version Actuelle | 2.3.5 |
Dernière Mise à Jour | 2023-10-19 |
Date de Publication | 2021-08-03 |
Développeur | ERPow |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ajin.tw |
URL de la Page de Politique de Confidentialité | http://marcdenni.com.tw/privacy-policy.asp |
Langues Prises en Charge | zh-TW |
manifest.json | |
{ "name": "\u963f\u9773 \u8766\u76ae\u804a\u804a\u7fa4\u767c\u5de5\u5177", "version": "2.3.5", "description": "\u8766\u76ae\u804a\u804a\u7fa4\u767c\u5de5\u5177\u3002\u80fd\u767c\u9001\u5546\u54c1\u6216\u6298\u6263\u78bc\u7d66\u5df2\u7d93\u4ea4\u6613\u904e\u6216\u662f\u804a\u804a\u904e\u7684\u5ba2\u4eba\u3002", "permissions": [ "storage", "tabs", "cookies" ], "background": { "service_worker": "background.bundle.js" }, "host_permissions": [ "https:\/\/*.shopee.tw\/*" ], "action": { "default_popup": "\/popup\/popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "\/jquery\/jquery-1.11.1.min.js", "\/jquery\/jquery-ui.js", "\/jquery\/hashes.js", "\/content.bundle.js", "\/bootstrap\/js\/bootstrap.min.js" ], "css": [ "\/jquery\/jquery-ui.css", "\/bootstrap\/css\/bootstrap.min.css" ], "matches": [ "https:\/\/seller.shopee.tw\/webchat\/conversations", "https:\/\/seller.shopee.co.th\/webchat\/conversations", "https:\/\/shopee.ph\/webchat\/conversations" ], "run_at": "document_start" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |