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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}