Exelare Extension
Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.
Exelare Extension là gì?
Exelare Extension là một tiện ích mở rộng Chrome được phát triển bởi Exelare, và tính năng chính của nó là "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.".
Ả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 Exelare Extension
Tải xuống các tệp mở rộng Exelare 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
Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. It allows users to easily add/update profiles avoiding manual data entry and save time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Exelare Extension |
ID | pfdclcliiindobkbaggccghcdegjjjig |
URL Chính Thức | https://chromewebstore.google.com/detail/exelare-extension/pfdclcliiindobkbaggccghcdegjjjig |
Mô tả | Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. |
Kích Thước Tệp | 1.36 MB |
Số Lần Cài Đặt | 385 |
Phiên Bản Hiện Tại | 1.0.13 |
Cập Nhật Lần Cuối | 2024-01-11 |
Ngày Phát Hành | 2022-11-28 |
Nhà Phát Triển | Exelare |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://exelare.com/ |
URL Trang Chính Sách Bảo Mật | https://exelare.com/company/customer-information-privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Exelare Extension", "description": "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.", "version": "1.0.13", "minimum_chrome_version": "92", "icons": { "64": "icon.png", "128": "icon_big.png" }, "action": { "icons": { "16": "icon.png", "24": "icon.png", "34": "icon.png" }, "default_title": "Login to Exelare", "default_popup": "loginForm.html" }, "manifest_version": 3, "background": { "service_worker": "newBack.js" }, "options_page": "options.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.zoominfo.com\/*" ], "exclude_matches": [ "*:\/\/*.linkedin.com\/recruiter\/smartsearch*", "*:\/\/*.linkedin.com\/recruiter\/hiring-dashboard*" ], "css": [ "css\/ExelareStyles.css" ], "js": [ "libs\/jquery-3.2.1.min.js", "libs\/jquery.cookie.js", "libs\/lodash.min.js", "utils\/helpers.js", "contentScript.js", "scraper.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.zoominfo.com\/*" ] } |