Beamery Extension

Easily source connections into Beamery from any webpage

Qu'est-ce que Beamery Extension ?

Beamery Extension est une extension Chrome développée par Beamery Extensions, et sa fonction principale est "Easily source connections into Beamery from any webpage".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Beamery Extension

Téléchargez les fichiers d'extension Beamery Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Beamery Extension Beamery Extension
ID nmdenlkgkkgncmibclhckkhclilpfjap
URL Officiel https://chromewebstore.google.com/detail/beamery-extension/nmdenlkgkkgncmibclhckkhclilpfjap
Description Easily source connections into Beamery from any webpage
Taille du Fichier 9.76 MB
Nombre d'Installations 9,752
Version Actuelle 8.33.10
Dernière Mise à Jour 2024-02-19
Date de Publication 2020-06-18
Évaluation 3.00/5 Total 13 Évaluations
Développeur Beamery Extensions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.beamery.com
URL de la Page de Politique de Confidentialité https://beamery.com/policy/privacy
Langues Prises en Charge 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'"
    }
}