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 |
| 官方URL | 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"
]
} | |