Beamery Extension
Easily source connections into Beamery from any webpage
ما هو Beamery Extension؟
Beamery Extension هو إضافة Chrome تم تطويرها بواسطة Beamery Extensions، والميزة الرئيسية لها هي "Easily source connections into Beamery from any webpage".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Beamery Extension
قم بتنزيل ملفات الامتداد Beamery Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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'" } } |