Scraping Pole Emploi
Scraping Pole Emploi
Co to jest Scraping Pole Emploi?
Scraping Pole Emploi to rozszerzenie Chrome opracowane przez https://aymericdev.fr, a jego główną funkcją jest „Scraping Pole Emploi”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scraping Pole Emploi
Pobierz pliki rozszerzeń Scraping Pole Emploi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Module permettant d’agréger très simplement et très rapidement les résultats de vos recherches sur pole-emploi.fr. Les données agrégées doivent être utilisées conformément aux conditions générales d’utilisation du site, pour rechercher ou pourvoir un emploi.
Application: https://www.pole-emploi.fr/
Nécessite un abonnement
Details sur : https://www.aymericdev.fr/produit/1 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | peckgihnhcmebehhcmbbghmkpmfgcofj |
| Oficjalny URL | https://chromewebstore.google.com/detail/scraping-pole-emploi/peckgihnhcmebehhcmbbghmkpmfgcofj |
| Opis | Scraping Pole Emploi |
| Rozmiar pliku | 110 KB |
| Liczba instalacji | 93 |
| Aktualna Wersja | 2.2.1 |
| Ostatnia Aktualizacja | 2019-05-16 |
| Data Publikacji | 2019-05-16 |
| Deweloper | https://aymericdev.fr |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.aymericdev.fr/produit/1 |
| Obsługiwane Języki | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Scraping Pole Emploi",
"manifest_version": 2,
"name": "Scraping Pole Emploi",
"version": "2.2.1",
"homepage_url": "https:\/\/www.aymericdev.fr\/produit\/1",
"background": {
"scripts": [
"js\/browser-polyfill.js",
"js\/background.js"
]
},
"page_action": {
"default_icon": {
"20": "icons\/on-32.png"
},
"default_title": "Scraping Pole Emploi",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/entreprise.pole-emploi.fr\/recherche-profil\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/jquery.js",
"js\/content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/on-16.png",
"32": "icons\/on-32.png",
"128": "icons\/on-128.png",
"300": "icons\/on-300.png"
},
"permissions": [
"*:\/\/entreprise.pole-emploi.fr\/*",
"*:\/\/aymericdev.fr\/api\/*",
"activeTab",
"storage",
"tabs",
"webNavigation",
"webRequest",
"webRequestBlocking"
]
} | |