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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}