Beamery Extension
Easily source connections into Beamery from any webpage
Beamery Extension là gì?
Beamery Extension là một tiện ích mở rộng Chrome được phát triển bởi Beamery Extensions, và tính năng chính của nó là "Easily source connections into Beamery from any webpage".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Beamery Extension
Tải xuống các tệp mở rộng Beamery Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beamery Extension |
ID | nmdenlkgkkgncmibclhckkhclilpfjap |
URL Chính Thức | https://chromewebstore.google.com/detail/beamery-extension/nmdenlkgkkgncmibclhckkhclilpfjap |
Mô tả | Easily source connections into Beamery from any webpage |
Kích Thước Tệp | 9.76 MB |
Số Lần Cài Đặt | 9,752 |
Phiên Bản Hiện Tại | 8.33.10 |
Cập Nhật Lần Cuối | 2024-02-19 |
Ngày Phát Hành | 2020-06-18 |
Đánh Giá | 3.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Beamery Extensions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.beamery.com |
URL Trang Chính Sách Bảo Mật | https://beamery.com/policy/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |