CherryPick Candidate
Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account
Wat is CherryPick Candidate?
CherryPick Candidate is een Chrome-extensie ontwikkeld door Cherry Pick dev team, en de belangrijkste functie is "Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account".
Extensie Screenshots
Download het CRX-bestand van de extensie CherryPick Candidate
Download CherryPick Candidate-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
This extension is part of cherry-pick.io Freelancer and Mission search platform. It allows for easy creating a free-lancer account and to synchronize it with candidate LinkedIn profile. Basisinformatie over de Extensie
| Naam | |
| ID | afcpbcjddhipmpedfdmafpklnhphjkkm |
| Officiële URL | https://chromewebstore.google.com/detail/cherrypick-candidate/afcpbcjddhipmpedfdmafpklnhphjkkm |
| Beschrijving | Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account |
| Bestandsgrootte | 155 KB |
| Aantal Installaties | 812 |
| Huidige Versie | 3.1 |
| Laatst Bijgewerkt | 2023-05-10 |
| Publicatiedatum | 2022-02-02 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Cherry Pick dev team |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://cherry-pick.io/ |
| Help Pagina-URL | https://app.cherry-pick.io/faq/freelances |
| URL van de Privacybeleid Pagina | https://app.cherry-pick.io/legal-mentions |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CherryPick Candidate",
"version": "3.1",
"description": "Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account",
"manifest_version": 3,
"permissions": [
"activeTab",
"tabs",
"storage",
"cookies"
],
"host_permissions": [
"https:\/\/*.linkedin.com\/*"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "icons\/icon-16x16.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "CherryPick Candidate",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16x16.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"content.js"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/app.cherry-pick.io\/*"
]
}
} | |