sellhack
Social discovery
Qu'est-ce que sellhack ?
sellhack est une extension Chrome développée par https://sellhack.com, et sa fonction principale est "Social discovery".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension sellhack
Téléchargez les fichiers d'extension sellhack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | sellhack |
ID | dmcmgkmooimomjcinimbhfoephdhmgbc |
URL Officiel | https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc |
Description | Social discovery |
Taille du Fichier | 69.9 KB |
Nombre d'Installations | 6,376 |
Version Actuelle | 5.0.3 |
Dernière Mise à Jour | 2023-02-28 |
Date de Publication | 2022-07-06 |
Évaluation | 4.16/5 Total 50 Évaluations |
Développeur | https://sellhack.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sellhack.com |
URL de la Page d'Aide | https://sellhack.com |
URL de la Page de Politique de Confidentialité | https://sellhack.com/privacy.html |
Langues Prises en Charge | 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\/*" ] } } |