阿靳 聊聊自動回覆工具
能取代蝦皮內建聊聊自動回覆,更彈性的自定回覆內容並且提高聊聊回應率
What is 阿靳 聊聊自動回覆工具?
阿靳 聊聊自動回覆工具 is a Chrome extension developed by ERPow, and its main feature is "能取代蝦皮內建聊聊自動回覆,更彈性的自定回覆內容並且提高聊聊回應率".
Extension Screenshots
Download 阿靳 聊聊自動回覆工具 Extension CRX File
Download 阿靳 聊聊自動回覆工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
由蝦皮大學 認證講師 阿靳 精心規劃,以自身網拍經驗開發 蝦皮聊聊自動回覆工具 能取代蝦皮內建自動回覆,模擬人工發送聊聊並且能自訂問與答範本,設定問題與自動回覆。24小時不間斷代替人工回覆聊聊,提升聊聊回應率。 聊聊自動回覆工具能確保聊聊回應率達95%以上,您再也不需要在下班、半夜、凌晨或連續休假期間還要回覆聊聊。不論是優選賣家或是優選賣家+都能輕鬆達成聊聊回應率的條件。幫您省下更多時間以及員工加班費 瞭解更多詳情,請LINE ID 搜尋 @jwv5600v 更多網拍賣家專用軟體請瀏覽 http://ajin.tw 更多蝦皮拍賣經營技巧,關注我們的FB粉絲頁 「阿靳蝦皮拍賣經營技巧公開課」 https://reurl.cc/24qeDa
Extension Basic Information
Name | 阿靳 聊聊自動回覆工具 |
ID | pekkfjjdnfgckdidopkhkanchokplopm |
Official URL | https://chromewebstore.google.com/detail/%E9%98%BF%E9%9D%B3-%E8%81%8A%E8%81%8A%E8%87%AA%E5%8B%95%E5%9B%9E%E8%A6%86%E5%B7%A5%E5%85%B7/pekkfjjdnfgckdidopkhkanchokplopm |
Description | 能取代蝦皮內建聊聊自動回覆,更彈性的自定回覆內容並且提高聊聊回應率 |
File Size | 2.74 MB |
Installation Count | 1,026 |
Current Version | 1.2.4 |
Last Updated | 2022-11-01 |
Publish Date | 2022-03-14 |
Developer | ERPow |
[email protected] | |
Payment Type | free |
Extension Website | http://ajin.tw |
Privacy Policy Page URL | http://marcdenni.com.tw/privacy-policy.asp |
Supported Languages | zh-TW |
manifest.json | |
{ "name": "\u963f\u9773 \u804a\u804a\u81ea\u52d5\u56de\u8986\u5de5\u5177", "version": "1.2.4", "description": "\u80fd\u53d6\u4ee3\u8766\u76ae\u5167\u5efa\u804a\u804a\u81ea\u52d5\u56de\u8986\uff0c\u66f4\u5f48\u6027\u7684\u81ea\u5b9a\u56de\u8986\u5167\u5bb9\u4e26\u4e14\u63d0\u9ad8\u804a\u804a\u56de\u61c9\u7387", "permissions": [ "storage", "tabs" ], "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", "\/content.bundle.js", "\/jquery\/aes.js" ], "css": [], "matches": [ "https:\/\/seller.shopee.tw\/*" ], "run_at": "document_start" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |