Supered

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

Supered क्या है?

Supered https://supered.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring your sales processes into the SaaS tools you use the most. Get Supered with supered.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Supered एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}