sellhack

Social discovery

Wat is sellhack?

sellhack is een Chrome-extensie ontwikkeld door https://sellhack.com, en de belangrijkste functie is "Social discovery".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie sellhack

Download sellhack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam sellhack sellhack
ID dmcmgkmooimomjcinimbhfoephdhmgbc
Officiële URL https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc
Beschrijving Social discovery
Bestandsgrootte 69.9 KB
Aantal Installaties 6,376
Huidige Versie 5.0.3
Laatst Bijgewerkt 2023-02-28
Publicatiedatum 2022-07-06
Beoordeling 4.16/5 Totaal 50 Beoordelingen
Ontwikkelaar https://sellhack.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sellhack.com
Help Pagina-URL https://sellhack.com
URL van de Privacybeleid Pagina https://sellhack.com/privacy.html
Ondersteunde Talen 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\/*"
        ]
    }
}