Supered

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

Cos'è Supered?

Supered è un'estensione di Chrome sviluppata da https://supered.io, e la sua funzione principale è "Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Supered

Scarica i file di estensione Supered in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Supered Supered
ID gaoiegipmllaihldahegfmgnlnkcplbp
URL Ufficiale https://chromewebstore.google.com/detail/supered/gaoiegipmllaihldahegfmgnlnkcplbp
Descrizione Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io
Dimensione del File 2.02 MB
Conteggio Installazioni 2,113
Versione Corrente 0.45.0
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2023-02-07
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://supered.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.supered.io
URL della Pagina di Aiuto https://help.supered.io
URL della Pagina della Politica sulla Privacy https://www.supered.io/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}