upcell

Experience the fastest prospecting in existence.

Cos'è upcell?

upcell è un'estensione di Chrome sviluppata da https://www.upcell.io, e la sua funzione principale è "Experience the fastest prospecting in existence.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione upcell

Scarica i file di estensione upcell 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

                        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.                    

Informazioni di Base sull'Estensione

Nome upcell upcell
ID jibnhgkinaiblapbfjeddmalaecacihb
URL Ufficiale https://chromewebstore.google.com/detail/upcell/jibnhgkinaiblapbfjeddmalaecacihb
Descrizione Experience the fastest prospecting in existence.
Dimensione del File 522 KB
Conteggio Installazioni 107
Versione Corrente 1.8
Ultimo Aggiornamento 2024-01-29
Data di Pubblicazione 2023-11-03
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore https://www.upcell.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://upcell.io
URL della Pagina di Aiuto https://upcell.io
URL della Pagina della Politica sulla Privacy https://www.upcell.io/privacy-policy
Lingue Supportate 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:\/\/*\/*",
                ""
            ]
        }
    ]
}