Scraping Pole Emploi

Scraping Pole Emploi

Scraping Pole Emploi란 무엇입니까?

Scraping Pole Emploi은(는) https://aymericdev.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scraping Pole Emploi"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scraping Pole Emploi 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}