sellhack

Social discovery

Co to jest sellhack?

sellhack to rozszerzenie Chrome opracowane przez https://sellhack.com, a jego główną funkcją jest „Social discovery”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia sellhack

Pobierz pliki rozszerzeń sellhack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa sellhack sellhack
ID dmcmgkmooimomjcinimbhfoephdhmgbc
Oficjalny URL https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc
Opis Social discovery
Rozmiar pliku 69.9 KB
Liczba instalacji 6,376
Aktualna Wersja 5.0.3
Ostatnia Aktualizacja 2023-02-28
Data Publikacji 2022-07-06
Ocena 4.16/5 Łącznie 50 Oceny
Deweloper https://sellhack.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sellhack.com
Adres URL Strony Pomocy https://sellhack.com
Adres URL Strony Polityki Prywatności https://sellhack.com/privacy.html
Obsługiwane Języki 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\/*"
        ]
    }
}