upcell

Experience the fastest prospecting in existence.

Apa itu upcell?

upcell adalah ekstensi Chrome yang dikembangkan oleh https://www.upcell.io, dan fitur utamanya adalah "Experience the fastest prospecting in existence.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi upcell

Unduh file ekstensi upcell dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama upcell upcell
ID jibnhgkinaiblapbfjeddmalaecacihb
URL Resmi https://chromewebstore.google.com/detail/upcell/jibnhgkinaiblapbfjeddmalaecacihb
Deskripsi Experience the fastest prospecting in existence.
Ukuran File 522 KB
Jumlah Instalasi 107
Versi Saat Ini 1.8
Terakhir Diperbarui 2024-01-29
Tanggal Publikasi 2023-11-03
Penilaian 5.00/5 Total 10 Penilaian
Pengembang https://www.upcell.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://upcell.io
URL Halaman Bantuan https://upcell.io
URL Halaman Kebijakan Privasi https://www.upcell.io/privacy-policy
Bahasa yang Didukung 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:\/\/*\/*",
                ""
            ]
        }
    ]
}