Beamery Extension

Easily source connections into Beamery from any webpage

Beamery Extensionとは何ですか?

Beamery ExtensionはBeamery Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Easily source connections into Beamery from any webpage」です。

拡張機能のスクリーンショット

screenshot
screenshot

Beamery Extension拡張機能のCRXファイルをダウンロード

Beamery Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Beamery Extension Beamery Extension
ID nmdenlkgkkgncmibclhckkhclilpfjap
公式URL https://chromewebstore.google.com/detail/beamery-extension/nmdenlkgkkgncmibclhckkhclilpfjap
説明 Easily source connections into Beamery from any webpage
ファイルサイズ 9.76 MB
インストール数 9,752
現在のバージョン 8.33.10
最終更新日 2024-02-19
公開日 2020-06-18
評価 3.00/5 合計 13 レビュー
開発者 Beamery Extensions
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.beamery.com
プライバシーポリシーページのURL https://beamery.com/policy/privacy
対応言語 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'"
    }
}