sellhack

Social discovery

ما هو sellhack؟

sellhack هو إضافة Chrome تم تطويرها بواسطة https://sellhack.com، والميزة الرئيسية لها هي "Social discovery".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة sellhack

قم بتنزيل ملفات الامتداد sellhack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://sellhack.com
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}