sellhack
Social discovery
sellhack là gì?
sellhack là một tiện ích mở rộng Chrome được phát triển bởi https://sellhack.com, và tính năng chính của nó là "Social discovery".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng sellhack
Tải xuống các tệp mở rộng sellhack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Sales Helper - Social profiles add on to gather additional info about leads - use SellHack from any website! NEW in version 4.0+ --- Replyify Integration -- Learn more at https://replyify.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | sellhack |
ID | dmcmgkmooimomjcinimbhfoephdhmgbc |
URL Chính Thức | https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc |
Mô tả | Social discovery |
Kích Thước Tệp | 69.9 KB |
Số Lần Cài Đặt | 6,376 |
Phiên Bản Hiện Tại | 5.0.3 |
Cập Nhật Lần Cuối | 2023-02-28 |
Ngày Phát Hành | 2022-07-06 |
Đánh Giá | 4.16/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | https://sellhack.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sellhack.com |
URL Trang Trợ Giúp | https://sellhack.com |
URL Trang Chính Sách Bảo Mật | https://sellhack.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "sellhack", "version": "5.0.3", "description": "Social discovery", "icons": { "128": "img\/icon-128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "tabs", "activeTab", "scripting", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "sellhack" }, "offline_enabled": false, "incognito": "spanning", "web_accessible_resources": [ { "resources": [ "img\/*", "*.js" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.sellhack.com\/*" ] } } |