Exelare Extension
Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.
Wat is Exelare Extension?
Exelare Extension is een Chrome-extensie ontwikkeld door Exelare, en de belangrijkste functie is "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Exelare Extension
Download Exelare Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pfdclcliiindobkbaggccghcdegjjjig |
| Officiële URL | https://chromewebstore.google.com/detail/exelare-extension/pfdclcliiindobkbaggccghcdegjjjig |
| Beschrijving | Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. |
| Bestandsgrootte | 1.36 MB |
| Aantal Installaties | 385 |
| Huidige Versie | 1.0.13 |
| Laatst Bijgewerkt | 2024-01-11 |
| Publicatiedatum | 2022-11-28 |
| Ontwikkelaar | Exelare |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://exelare.com/ |
| URL van de Privacybeleid Pagina | https://exelare.com/company/customer-information-privacy |
| Ondersteunde Talen | 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\/*"
]
} | |