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”。
扩展截图
下载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 |
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'" } } |