sellhack
Social discovery
Cos'è sellhack?
sellhack è un'estensione di Chrome sviluppata da https://sellhack.com, e la sua funzione principale è "Social discovery".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione sellhack
Scarica i file di estensione sellhack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dmcmgkmooimomjcinimbhfoephdhmgbc |
| URL Ufficiale | https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc |
| Descrizione | Social discovery |
| Dimensione del File | 69.9 KB |
| Conteggio Installazioni | 6,376 |
| Versione Corrente | 5.0.3 |
| Ultimo Aggiornamento | 2023-02-28 |
| Data di Pubblicazione | 2022-07-06 |
| Valutazione | 4.16/5 Totale 50 Valutazioni |
| Sviluppatore | https://sellhack.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sellhack.com |
| URL della Pagina di Aiuto | https://sellhack.com |
| URL della Pagina della Politica sulla Privacy | https://sellhack.com/privacy.html |
| Lingue Supportate | 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\/*"
]
}
} | |