Sapo GO
Tính năng mở rộng cho Sapo GO
What is Sapo GO?
Sapo GO is a Chrome extension developed by Sapo, and its main feature is "Tính năng mở rộng cho Sapo GO".
Extension Screenshots
Download Sapo GO Extension CRX File
Download Sapo GO 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
Sapo Go Extension cung cấp cho các nhà bán hàng sử dụng phần mềm Sapo các tính năng hỗ trợ ưu việt như: Với Facebook + Gửi tin nhắn quá khung giờ 24 giờ/ 7 ngày cho khách hàng trên Facebook + Xem trang cá nhân của khách hàng Facebook + Chuyển tới trang Facebook Business suite để tiếp tục nhắn tin với khách hàng Với Sàn TMĐT + Tìm kiến từ khóa ngành hàng để tạo hashtag chèn vào mô tả sản phẩm Và còn rất nhiều tính nắng hỗ trợ ưu việt sắp ra mắt trên Sapo GO Extension. Xem thêm về sản phẩm của Sapo tại: http://www.sapo.vn
Extension Basic Information
Name | Sapo GO |
ID | fjijlgpmmichehflgbpejiimboaedamn |
Official URL | https://chromewebstore.google.com/detail/sapo-go/fjijlgpmmichehflgbpejiimboaedamn |
Description | Tính năng mở rộng cho Sapo GO |
File Size | 86.7 KB |
Installation Count | 10,000 |
Current Version | 0.1.38 |
Last Updated | 2024-02-27 |
Publish Date | 2022-03-29 |
Rating | 5.00/5 Total 10 Ratings |
Developer | Sapo |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sapo.vn/ |
Privacy Policy Page URL | https://support.sapo.vn/chinh-sach-bao-mat |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "T\u00ednh n\u0103ng m\u1edf r\u1ed9ng cho Sapo GO", "version": "0.1.38", "name": "Sapo GO", "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icons\/icon-16.png" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "rule", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/shopee.vn\/api\/*", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8080\/*", "https:\/\/*.mysapogo.com\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_end", "all_frames": false } ] } |