Scraping Pole Emploi
Scraping Pole Emploi
什麼是Scraping Pole Emploi?
Scraping Pole Emploi是由https://aymericdev.fr開發的Chrome擴展程式,該擴展的主要功能是“Scraping Pole Emploi”。
擴展截圖
下載Scraping Pole Emploi擴展crx文件
下載Scraping Pole Emploi擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | peckgihnhcmebehhcmbbghmkpmfgcofj |
| 官方網址 | https://chromewebstore.google.com/detail/scraping-pole-emploi/peckgihnhcmebehhcmbbghmkpmfgcofj |
| 簡介 | Scraping Pole Emploi |
| 檔案大小 | 110 KB |
| 安裝次數 | 93 |
| 目前版本 | 2.2.1 |
| 更新時間 | 2019-05-16 |
| 上架時間 | 2019-05-16 |
| 開發者 | https://aymericdev.fr |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.aymericdev.fr/produit/1 |
| 支援的語言 | 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"
]
} | |