Potok.io Extension
Hiring without headache
Wat is Potok.io Extension?
Potok.io Extension is een Chrome-extensie ontwikkeld door https://potok.io, en de belangrijkste functie is "Hiring without headache".
Extensie Screenshots
Download het CRX-bestand van de extensie Potok.io Extension
Download Potok.io Extension-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
Расширение Potok позволяет моментально импортировать кандидатов с разных работных сайтов и соц. сетей в систему (сейчас доступны - HeadHunter / SuperJob / МойКруг / LinkedIn / GitHub и еще ряд федеральных и региональных сайтов).
Basisinformatie over de Extensie
Naam | Potok.io Extension |
ID | hpphjjmggbcbbjjhcfahifhkmamnnleb |
Officiële URL | https://chromewebstore.google.com/detail/potokio-extension/hpphjjmggbcbbjjhcfahifhkmamnnleb |
Beschrijving | Hiring without headache |
Bestandsgrootte | 1.38 MB |
Aantal Installaties | 2,631 |
Huidige Versie | 5.0.10 |
Laatst Bijgewerkt | 2023-12-05 |
Publicatiedatum | 2020-06-19 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://potok.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://potok.io |
Help Pagina-URL | https://help.potok.io/knowledge-base/kak-ispolzovat-rasshirenie-dlya-dobavleniya-kandidatov-2/ |
URL van de Privacybeleid Pagina | https://potok.io/wp-content/docs/policy.pdf |
Ondersteunde Talen | 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\/*" ] } |