阿靳 蝦皮聊聊群發工具
蝦皮聊聊群發工具。能發送商品或折扣碼給已經交易過或是聊聊過的客人。
什么是阿靳 蝦皮聊聊群發工具?
阿靳 蝦皮聊聊群發工具是由ERPow开发的Chrome扩展程序,该扩展的主要功能是“蝦皮聊聊群發工具。能發送商品或折扣碼給已經交易過或是聊聊過的客人。”。
扩展截图
下载阿靳 蝦皮聊聊群發工具扩展crx文件
下载阿靳 蝦皮聊聊群發工具扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
由蝦皮大學 認證講師 阿靳 精心規劃,以自身網拍經驗開發 蝦皮聊聊群發工具 是唯一由使用者電腦發送的群發軟體,不需把帳號密碼交給第三人操作,只要在自己電腦就能完成發送,安全性最高。 可對1年內下單過的用戶進行再行銷。發送名單可針對「購買日期」、「購買過的商品」、「訂單金額」及「買家評價數」進行篩選,建立發送名單,精準抓出受眾進行多次銷售。 可同時發送「商品連結」及「折扣碼」,宣傳您目前的活動、新品、折扣碼、直播等等。即時發送不需預約,不限封數、不限金額、成本最低、效果最好。 瞭解更多詳情,請LINE ID 搜尋 @jwv5600v 更多網拍賣家專用軟體請瀏覽 http://ajin.tw 更多蝦皮拍賣經營技巧,關注我們的FB粉絲頁 「阿靳蝦皮拍賣經營技巧公開課」 https://reurl.cc/24qeDa
扩展基本信息
名称 | 阿靳 蝦皮聊聊群發工具 |
ID | paobminkboccnchkjkipeakmiomkghej |
官方URL | 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 |
简介 | 蝦皮聊聊群發工具。能發送商品或折扣碼給已經交易過或是聊聊過的客人。 |
文件大小 | 2.17 MB |
安装次数 | 927 |
当前版本 | 2.3.5 |
更新时间 | 2023-10-19 |
上架时间 | 2021-08-03 |
开发者 | ERPow |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://ajin.tw |
隐私政策页面URL | http://marcdenni.com.tw/privacy-policy.asp |
支持的语言 | 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 } |