sellhack

Social discovery

Hvad er sellhack?

sellhack er en Chrome-udvidelse udviklet af https://sellhack.com, og dens hovedfunktion er "Social discovery".

Udvidelsesskærmbilleder

screenshot

Download sellhack-udvidelses-CRX-fil

Download sellhack-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn sellhack sellhack
ID dmcmgkmooimomjcinimbhfoephdhmgbc
Officiel URL https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc
Beskrivelse Social discovery
Filstørrelse 69.9 KB
Antal Installationer 6,376
Nuværende Version 5.0.3
Senest Opdateret 2023-02-28
Udgivelsesdato 2022-07-06
Bedømmelse 4.16/5 Samlet 50 Bedømmelser
Udvikler https://sellhack.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sellhack.com
Hjælpeside-URL https://sellhack.com
URL til Fortrolighedspolitik Side https://sellhack.com/privacy.html
Understøttede Sprog 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\/*"
        ]
    }
}