Beamery Extension

Easily source connections into Beamery from any webpage

Cos'è Beamery Extension?

Beamery Extension è un'estensione di Chrome sviluppata da Beamery Extensions, e la sua funzione principale è "Easily source connections into Beamery from any webpage".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Beamery Extension

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

                        The Beamery Candidate Engagement Extension makes it easy to source or view candidate profiles on any website, and sync them to your Beamery account. You can add and engage with candidates directly from the extension by adding them to multi-touch personalised email campaigns.

We’re excited to hear how you’ll put Beamery to use. Let us know on twitter @beameryhq , or at [email protected], and we'd be happy to answer any questions.                    

Informazioni di Base sull'Estensione

Nome Beamery Extension Beamery Extension
ID nmdenlkgkkgncmibclhckkhclilpfjap
URL Ufficiale https://chromewebstore.google.com/detail/beamery-extension/nmdenlkgkkgncmibclhckkhclilpfjap
Descrizione Easily source connections into Beamery from any webpage
Dimensione del File 9.76 MB
Conteggio Installazioni 9,752
Versione Corrente 8.33.10
Ultimo Aggiornamento 2024-02-19
Data di Pubblicazione 2020-06-18
Valutazione 3.00/5 Totale 13 Valutazioni
Sviluppatore Beamery Extensions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.beamery.com
URL della Pagina della Politica sulla Privacy https://beamery.com/policy/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.33.10",
    "name": "Beamery Extension",
    "author": "Beamery",
    "description": "Easily source connections into Beamery from any webpage",
    "manifest_version": 3,
    "icons": {
        "128": "images\/beamery.png"
    },
    "action": {
        "default_icon": "images\/beamery.png",
        "default_title": "Beamery"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.beamery.com\/*",
        "https:\/\/*.beamery.eu\/*",
        "https:\/\/*.beamery.ru\/*",
        "https:\/\/*.beamery.engineer\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/*",
                "font\/**\/*",
                "beameryExtensionWrapper.html",
                "beameryExtensionNewWrapper.html",
                "extensionSwitchLoading.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}