Supered

Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io

什么是Supered?

Supered是由https://supered.io开发的Chrome扩展程序,该扩展的主要功能是“Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Supered扩展crx文件

下载Supered扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Turn sales reps, admins, and marketers into CRM superheroes. Equip teams where they work, while they work, across the HubSpot ecosystem.

Supered in Chrome brings your processes into the tools you use the most. Our contextual knowledge platform allows you to map cards to fields and values inside of your SaaS applications.

Key features of Supered in Chrome:

* Contextual cards are embedded at your fingertips
* Search your cards to find just what you need
* Identify your subject matter experts so you know who to go to for help
* Deep integration with HubSpot
* Works with any SaaS app                    

扩展基本信息

名称 Supered Supered
ID gaoiegipmllaihldahegfmgnlnkcplbp
官方URL https://chromewebstore.google.com/detail/supered/gaoiegipmllaihldahegfmgnlnkcplbp
简介 Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io
文件大小 2.02 MB
安装次数 2,113
当前版本 0.45.0
更新时间 2024-03-01
上架时间 2023-02-07
评分 5.00/5 共5次评分
开发者 https://supered.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.supered.io
帮助页面URL https://help.supered.io
隐私政策页面URL https://www.supered.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Supered",
    "description": "Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io",
    "version": "0.45.0",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "webRequest",
        "webNavigation"
    ],
    "action": {
        "default_title": "Open Supered Sidebar"
    },
    "icons": {
        "32": "static\/logo-32.png",
        "128": "static\/logo-128.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4000\/*",
            "http:\/\/local.supered.io:4000\/*",
            "https:\/\/app.supered.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/woff2\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "hubspot_in_page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "sidebar.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}