SalesHood

Enhance your SalesHood experience by improving integrations with other systems.

ما هو SalesHood؟

SalesHood هو إضافة Chrome تم تطويرها بواسطة SalesHood Inc.، والميزة الرئيسية لها هي "Enhance your SalesHood experience by improving integrations with other systems.".

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

screenshot

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

قم بتنزيل ملفات الامتداد SalesHood بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Installing this extension will enable you to view embedded content from most websites without leaving SalesHood.                    

معلومات أساسية عن التمديد

الاسم SalesHood SalesHood
ID ojifjnngghhagndjdfeemiccjppainil
عنوان URL الرسمي https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil
الوصف Enhance your SalesHood experience by improving integrations with other systems.
حجم الملف 26.97 KB
عدد التثبيتات 2,832
النسخة الحالية 0.0.9
آخر تحديث 2023-05-03
تاريخ النشر 2022-12-08
تقييم 5.00/5 مجموع تقييمات 1
المطور SalesHood Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.saleshood.com
عنوان صفحة المساعدة https://support.saleshood.com/
عنوان صفحة سياسة الخصوصية https://saleshood.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.saleshood.com\/*",
                "*:\/\/*.skillshood.com\/*",
                "*:\/\/saleshood.lvh.me\/*"
            ],
            "js": [
                "\/content\/webapp-content-script.js"
            ]
        }
    ],
    "description": "Enhance your SalesHood experience by improving integrations with other systems.",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    },
    "manifest_version": 3,
    "name": "SalesHood",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "activeTab"
    ],
    "version": "0.0.9"
}