Supered

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

Was ist Supered?

Supered ist eine Chrome-Erweiterung, die von https://supered.io entwickelt wurde, und ihr Hauptmerkmal ist "Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Supered-Erweiterungs-CRX-Datei herunterladen

Laden Sie Supered-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Supered Supered
ID gaoiegipmllaihldahegfmgnlnkcplbp
Offizielle URL https://chromewebstore.google.com/detail/supered/gaoiegipmllaihldahegfmgnlnkcplbp
Beschreibung Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io
Dateigröße 2.02 MB
Installationsanzahl 2,113
Aktuelle Version 0.45.0
Letztes Update 2024-03-01
Veröffentlichungsdatum 2023-02-07
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://supered.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.supered.io
Hilfeseite URL https://help.supered.io
URL der Datenschutzrichtlinien-Seite https://www.supered.io/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}