sellhack
Social discovery
Vad är sellhack?
sellhack är en Chrome-tillägg utvecklad av https://sellhack.com, och dess huvudfunktion är "Social discovery".
Tilläggsskärmbilder
Ladda ner sellhack-förlängningens CRX-fil
Ladda ner sellhack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | dmcmgkmooimomjcinimbhfoephdhmgbc |
| Officiell webbadress | https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc |
| Beskrivning | Social discovery |
| Filstorlek | 69.9 KB |
| Antal Installationer | 6,376 |
| Aktuell Version | 5.0.3 |
| Senast Uppdaterad | 2023-02-28 |
| Publiceringsdatum | 2022-07-06 |
| Betyg | 4.16/5 Totalt 50 Betyg |
| Utvecklare | https://sellhack.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://sellhack.com |
| Hjälpsida URL | https://sellhack.com |
| URL till Sekretesspolicy Sidan | https://sellhack.com/privacy.html |
| Stödda Språk | 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\/*"
]
}
} | |