sellhack

Social discovery

sellhackとは何ですか?

sellhackはhttps://sellhack.comによって開発されたChromeの拡張機能で、その主な機能は「Social discovery」です。

拡張機能のスクリーンショット

screenshot

sellhack拡張機能のCRXファイルをダウンロード

sellhack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 sellhack sellhack
ID dmcmgkmooimomjcinimbhfoephdhmgbc
公式URL https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc
説明 Social discovery
ファイルサイズ 69.9 KB
インストール数 6,376
現在のバージョン 5.0.3
最終更新日 2023-02-28
公開日 2022-07-06
評価 4.16/5 合計 50 レビュー
開発者 https://sellhack.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sellhack.com
ヘルプページのURL https://sellhack.com
プライバシーポリシーページのURL https://sellhack.com/privacy.html
対応言語 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\/*"
        ]
    }
}