Scraping Pole Emploi
Scraping Pole Emploi
Cos'è Scraping Pole Emploi?
Scraping Pole Emploi è un'estensione di Chrome sviluppata da https://aymericdev.fr, e la sua funzione principale è "Scraping Pole Emploi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scraping Pole Emploi
Scarica i file di estensione Scraping Pole Emploi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Scraping Pole Emploi |
ID | peckgihnhcmebehhcmbbghmkpmfgcofj |
URL Ufficiale | https://chromewebstore.google.com/detail/scraping-pole-emploi/peckgihnhcmebehhcmbbghmkpmfgcofj |
Descrizione | Scraping Pole Emploi |
Dimensione del File | 110 KB |
Conteggio Installazioni | 93 |
Versione Corrente | 2.2.1 |
Ultimo Aggiornamento | 2019-05-16 |
Data di Pubblicazione | 2019-05-16 |
Sviluppatore | https://aymericdev.fr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.aymericdev.fr/produit/1 |
Lingue Supportate | 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" ] } |