sellhack

Social discovery

sellhack क्या है?

sellhack https://sellhack.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Social discovery"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में sellhack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
        ]
    }
}