Potok.io

Новое расширение Потока для парсинга кандидатов с работных сайтов

What is Potok.io?

Potok.io is a Chrome extension developed by https://potok.io, and its main feature is "Новое расширение Потока для парсинга кандидатов с работных сайтов".

Extension Screenshots

screenshot
screenshot

Download Potok.io Extension CRX File

Download Potok.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение Potok позволяет моментально импортировать кандидатов с работных сайтов в систему

#potok #поток                    

Extension Basic Information

Name Potok.io Potok.io
ID pkiobofgpkipcjginejbpaagnbffglal
Official URL https://chromewebstore.google.com/detail/potokio/pkiobofgpkipcjginejbpaagnbffglal
Description Новое расширение Потока для парсинга кандидатов с работных сайтов
File Size 2.5 MB
Installation Count 2,077
Current Version 5.0.13
Last Updated 2024-02-29
Publish Date 2023-07-11
Rating 4.56/5 Total 9 Ratings
Developer https://potok.io
Email [email protected]
Payment Type free
Extension Website https://potok.io
Help Page URL https://help.potok.io/knowledge-base/kak-ispolzovat-rasshirenie-dlya-dobavleniya-kandidatov-2/
Privacy Policy Page URL https://potok.io/wp-content/docs/policy.pdf
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u041d\u043e\u0432\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u041f\u043e\u0442\u043e\u043a\u0430 \u0434\u043b\u044f \u043f\u0430\u0440\u0441\u0438\u043d\u0433\u0430 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u043e\u0432 \u0441 \u0440\u0430\u0431\u043e\u0442\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u043e\u0432",
    "version": "5.0.13",
    "manifest_version": 3,
    "name": "Potok.io",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "scripts": [
        "background.bundle.js"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hh.ru\/*",
                "*:\/\/*.hh.ua\/*",
                "*:\/\/*.grc.ua\/*",
                "*:\/\/*.hh.kz\/*",
                "*:\/\/*.hh.uz\/*",
                "*:\/\/*.grc.ua\/*",
                "*:\/\/*.rabota.by\/*",
                "*:\/\/*.career.ru\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedin.cn\/*",
                "*:\/\/*.career.habr.com\/*",
                "*:\/\/*.superjob.ru\/*",
                "*:\/\/*.rabota.ua\/*",
                "*:\/\/*.zarplata.ru\/*",
                "*:\/\/*.avito.ru\/*",
                "*:\/\/*.job.ru\/*",
                "*:\/\/*.job-mo.ru\/*",
                "*:\/\/*.joblab.ru\/*",
                "*:\/\/*.vkrabota.ru\/*",
                "*:\/\/*.rabota.vk.com\/*",
                "*:\/\/*.rabota.ru\/*",
                "*:\/\/*.farpost.ru\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-32.png"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        "*:\/\/*.potok.io\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{2546c560-6d04-4e38-b8f0-126ae572c0b3}",
            "update_url": "https:\/\/assets.app.potok.io\/ext\/updates.json"
        }
    }
}