upcell

Experience the fastest prospecting in existence.

Co je upcell?

upcell je rozšíření Chrome vyvinuté https://www.upcell.io, a jeho hlavní funkcí je „Experience the fastest prospecting in existence.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření upcell

Stáhněte si soubory rozšíření upcell ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Devoted to providing the very best mobile phone database. Refocus on what powers successful outreach – accurate contact info.  Ensure your team never hits a dead end when prospecting by equipping them with Iterative Enrichment - a constant stream of data.                    

Základní Informace o Rozšíření

Název upcell upcell
ID jibnhgkinaiblapbfjeddmalaecacihb
Oficiální URL https://chromewebstore.google.com/detail/upcell/jibnhgkinaiblapbfjeddmalaecacihb
Popis Experience the fastest prospecting in existence.
Velikost souboru 522 KB
Počet instalací 107
Aktuální Verze 1.8
Poslední Aktualizace 2024-01-29
Datum Vydání 2023-11-03
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář https://www.upcell.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://upcell.io
URL Stránky Nápovědy https://upcell.io
URL Stránky Zásad Ochrany Soukromí https://www.upcell.io/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "upcell",
    "description": "Experience the fastest prospecting in existence.",
    "version": "1.8",
    "background": {
        "service_worker": "pages\/Background\/index.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/feed*",
        "https:\/\/*.linkedin.com\/in\/*",
        "https:\/\/*.linkedin.com\/search*",
        "https:\/\/*.linkedin.com\/sales*",
        "https:\/\/app.upcell.io\/*",
        "https:\/\/upcell-local.com\/*"
    ],
    "icons": {
        "128": "Chrome_Extension-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/feed*",
                "https:\/\/*.linkedin.com\/in\/*",
                "https:\/\/*.linkedin.com\/search*",
                "https:\/\/*.linkedin.com\/sales*"
            ],
            "js": [
                "pages\/Content\/index.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/feed*",
                "https:\/\/*.linkedin.com\/in\/*",
                "https:\/\/*.linkedin.com\/search*",
                "https:\/\/*.linkedin.com\/sales*"
            ],
            "js": [
                "pages\/Content\/script.js"
            ]
        }
    ],
    "commands": {
        "export-lead": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Export a lead"
        },
        "export-contact": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Export a contact"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blurred-content.png",
                "content.styles.css",
                "upcell-logo.svg",
                "upcell-logo-login.svg",
                "**\/*.png",
                "**\/*.svg",
                "fonts\/**\/*.ttf",
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}