Scraping Pole Emploi
Scraping Pole Emploi
Scraping Pole Emploiคืออะไร?
Scraping Pole Emploi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aymericdev.fr และคุณลักษณะหลักของมันคือ "Scraping Pole Emploi"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scraping Pole Emploi
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scraping Pole Emploi |
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" ] } |