Beamery Extension
Easily source connections into Beamery from any webpage
Co je Beamery Extension?
Beamery Extension je rozšíření Chrome vyvinuté Beamery Extensions, a jeho hlavní funkcí je „Easily source connections into Beamery from any webpage“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Beamery Extension
Stáhněte si soubory rozšíření Beamery Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Beamery Extension |
ID | nmdenlkgkkgncmibclhckkhclilpfjap |
Oficiální URL | https://chromewebstore.google.com/detail/beamery-extension/nmdenlkgkkgncmibclhckkhclilpfjap |
Popis | Easily source connections into Beamery from any webpage |
Velikost souboru | 9.76 MB |
Počet instalací | 9,752 |
Aktuální Verze | 8.33.10 |
Poslední Aktualizace | 2024-02-19 |
Datum Vydání | 2020-06-18 |
Hodnocení | 3.00/5 Celkem 13 Hodnocení |
Vývojář | Beamery Extensions |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.beamery.com |
URL Stránky Zásad Ochrany Soukromí | https://beamery.com/policy/privacy |
Podporované Jazyky | 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'" } } |