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
Eメール [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": [
                ""
            ]
        }
    ]
}