Beamery Extension

Easily source connections into Beamery from any webpage

What is Beamery Extension?

Beamery Extension is a Chrome extension developed by Beamery Extensions, and its main feature is "Easily source connections into Beamery from any webpage".

Extension Screenshots

screenshot
screenshot

Download Beamery Extension Extension CRX File

Download Beamery Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Beamery Extension Beamery Extension
ID nmdenlkgkkgncmibclhckkhclilpfjap
Official URL https://chromewebstore.google.com/detail/beamery-extension/nmdenlkgkkgncmibclhckkhclilpfjap
Description Easily source connections into Beamery from any webpage
File Size 9.76 MB
Installation Count 9,752
Current Version 8.33.10
Last Updated 2024-02-19
Publish Date 2020-06-18
Rating 3.00/5 Total 13 Ratings
Developer Beamery Extensions
Email [email protected]
Payment Type free
Extension Website https://www.beamery.com
Privacy Policy Page URL https://beamery.com/policy/privacy
Supported Languages 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'"
    }
}