SalesHood

Enhance your SalesHood experience by improving integrations with other systems.

什么是SalesHood?

SalesHood是由SalesHood Inc.开发的Chrome扩展程序,该扩展的主要功能是“Enhance your SalesHood experience by improving integrations with other systems.”。

扩展截图

screenshot

下载SalesHood扩展crx文件

下载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"
}