Supered

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

Supered là gì?

Supered là một tiện ích mở rộng Chrome được phát triển bởi https://supered.io, và tính năng chính của nó là "Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Supered

Tải xuống các tệp mở rộng Supered dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Supered Supered
ID gaoiegipmllaihldahegfmgnlnkcplbp
URL Chính Thức https://chromewebstore.google.com/detail/supered/gaoiegipmllaihldahegfmgnlnkcplbp
Mô tả Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io
Kích Thước Tệp 2.02 MB
Số Lần Cài Đặt 2,113
Phiên Bản Hiện Tại 0.45.0
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-02-07
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://supered.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.supered.io
URL Trang Trợ Giúp https://help.supered.io
URL Trang Chính Sách Bảo Mật https://www.supered.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}