CherryPick Candidate

Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account

Qu'est-ce que CherryPick Candidate ?

CherryPick Candidate est une extension Chrome développée par Cherry Pick dev team, et sa fonction principale est "Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CherryPick Candidate

Téléchargez les fichiers d'extension CherryPick Candidate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CherryPick Candidate CherryPick Candidate
ID afcpbcjddhipmpedfdmafpklnhphjkkm
URL Officiel https://chromewebstore.google.com/detail/cherrypick-candidate/afcpbcjddhipmpedfdmafpklnhphjkkm
Description Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account
Taille du Fichier 155 KB
Nombre d'Installations 812
Version Actuelle 3.1
Dernière Mise à Jour 2023-05-10
Date de Publication 2022-02-02
Évaluation 4.67/5 Total 3 Évaluations
Développeur Cherry Pick dev team
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cherry-pick.io/
URL de la Page d'Aide https://app.cherry-pick.io/faq/freelances
URL de la Page de Politique de Confidentialité https://app.cherry-pick.io/legal-mentions
Langues Prises en Charge 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\/*"
        ]
    }
}