CherryPick Candidate

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

ما هو CherryPick Candidate؟

CherryPick Candidate هو إضافة Chrome تم تطويرها بواسطة Cherry Pick dev team، والميزة الرئيسية لها هي "Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CherryPick Candidate

قم بتنزيل ملفات الامتداد CherryPick Candidate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم CherryPick Candidate CherryPick Candidate
ID afcpbcjddhipmpedfdmafpklnhphjkkm
عنوان URL الرسمي https://chromewebstore.google.com/detail/cherrypick-candidate/afcpbcjddhipmpedfdmafpklnhphjkkm
الوصف Easily publish your Freelancer profile at Cherry-pick.io platform, and synchronize it with your personal LinkedIn account
حجم الملف 155 KB
عدد التثبيتات 812
النسخة الحالية 3.1
آخر تحديث 2023-05-10
تاريخ النشر 2022-02-02
تقييم 4.67/5 مجموع تقييمات 3
المطور Cherry Pick dev team
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cherry-pick.io/
عنوان صفحة المساعدة https://app.cherry-pick.io/faq/freelances
عنوان صفحة سياسة الخصوصية https://app.cherry-pick.io/legal-mentions
اللغات المدعومة 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\/*"
        ]
    }
}