Potok.io Extension
Hiring without headache
What is Potok.io Extension?
Potok.io Extension is a Chrome extension developed by https://potok.io, and its main feature is "Hiring without headache".
Extension Screenshots
Download Potok.io Extension Extension CRX File
Download Potok.io Extension 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 позволяет моментально импортировать кандидатов с разных работных сайтов и соц. сетей в систему (сейчас доступны - HeadHunter / SuperJob / МойКруг / LinkedIn / GitHub и еще ряд федеральных и региональных сайтов).
Extension Basic Information
Name | Potok.io Extension |
ID | hpphjjmggbcbbjjhcfahifhkmamnnleb |
Official URL | https://chromewebstore.google.com/detail/potokio-extension/hpphjjmggbcbbjjhcfahifhkmamnnleb |
Description | Hiring without headache |
File Size | 1.38 MB |
Installation Count | 2,631 |
Current Version | 5.0.10 |
Last Updated | 2023-12-05 |
Publish Date | 2020-06-19 |
Rating | 3.25/5 Total 4 Ratings |
Developer | https://potok.io |
[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 | |
{ "name": "Potok.io Extension", "description": "Hiring without headache", "version": "5.0.10", "current_locale": "ru", "homepage_url": "https:\/\/potok.io\/", "minimum_chrome_version": "88", "offline_enabled": false, "short_name": "potok.io Ex", "background": { "service_worker": "extension.js" }, "permissions": [ "tabs", "cookies" ], "content_scripts": [ { "matches": [ "*:\/\/*.hh.ru\/*", "*:\/\/*.hh.ua\/*", "*:\/\/*.grc.ua\/*", "*:\/\/*.hh.kz\/*", "*:\/\/*.hh.uz\/*", "*:\/\/*.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": [ "content.js" ] } ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "manifest_version": 3, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "assets\/icon16.png", "default_title": "Potok.io", "default_popup": "popup.html" }, "content_security_policy": [], "host_permissions": [ "*:\/\/*.superjob.ru\/*", "*:\/\/*.potok.io\/*" ] } |