sellhack
Social discovery
What is sellhack?
sellhack is a Chrome extension developed by https://sellhack.com, and its main feature is "Social discovery".
Extension Screenshots
Download sellhack Extension CRX File
Download sellhack 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
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
Extension Basic Information
Name | sellhack |
ID | dmcmgkmooimomjcinimbhfoephdhmgbc |
Official URL | https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc |
Description | Social discovery |
File Size | 69.9 KB |
Installation Count | 6,376 |
Current Version | 5.0.3 |
Last Updated | 2023-02-28 |
Publish Date | 2022-07-06 |
Rating | 4.16/5 Total 50 Ratings |
Developer | https://sellhack.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sellhack.com |
Help Page URL | https://sellhack.com |
Privacy Policy Page URL | https://sellhack.com/privacy.html |
Supported Languages | 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\/*" ] } } |