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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://support.saleshood.com/
URL หน้านโยบายความเป็นส่วนตัว 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"
}