Scraping Pole Emploi

Scraping Pole Emploi

Scraping Pole Emploi là gì?

Scraping Pole Emploi là một tiện ích mở rộng Chrome được phát triển bởi https://aymericdev.fr, và tính năng chính của nó là "Scraping Pole Emploi".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scraping Pole Emploi

Tải xuống các tệp mở rộng Scraping Pole Emploi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scraping Pole Emploi Scraping Pole Emploi
ID peckgihnhcmebehhcmbbghmkpmfgcofj
URL Chính Thức https://chromewebstore.google.com/detail/scraping-pole-emploi/peckgihnhcmebehhcmbbghmkpmfgcofj
Mô tả Scraping Pole Emploi
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 2.2.1
Cập Nhật Lần Cuối 2019-05-16
Ngày Phát Hành 2019-05-16
Nhà Phát Triển https://aymericdev.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aymericdev.fr/produit/1
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}