upcell

Experience the fastest prospecting in existence.

Τι είναι το upcell;

Το upcell είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.upcell.io, και η κύρια λειτουργία του είναι "Experience the fastest prospecting in existence.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης upcell

Λήψη αρχείων επέκτασης upcell σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα upcell upcell
ID jibnhgkinaiblapbfjeddmalaecacihb
Επίσημο URL https://chromewebstore.google.com/detail/upcell/jibnhgkinaiblapbfjeddmalaecacihb
Περιγραφή Experience the fastest prospecting in existence.
Μέγεθος Αρχείου 522 KB
Αριθμός Εγκαταστάσεων 107
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2023-11-03
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://www.upcell.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://upcell.io
Διεύθυνση URL της Σελίδας Βοήθειας https://upcell.io
URL της Σελίδας Πολιτικής Απορρήτου https://www.upcell.io/privacy-policy
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*",
                ""
            ]
        }
    ]
}