Beamery Extension

Easily source connections into Beamery from any webpage

Beamery Extension क्या है?

Beamery Extension Beamery Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily source connections into Beamery from any webpage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beamery Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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'"
    }
}