Pôle Emploi connexion automatique
Cette extension tape automatiquement votre identifiant, mot de passe et code postal sur le site de Pôle Emploi.
Pôle Emploi connexion automatique là gì?
Pôle Emploi connexion automatique là một tiện ích mở rộng Chrome được phát triển bởi theo546, và tính năng chính của nó là "Cette extension tape automatiquement votre identifiant, mot de passe et code postal sur le site de Pôle Emploi.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pôle Emploi connexion automatique
Tải xuống các tệp mở rộng Pôle Emploi connexion automatique 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
Cette extension tape automatiquement votre identifiant, mot de passe et code postal sur le site de Pôle Emploi. Elle est très simple d'utilisation, gratuite et open source. Pour les instructions d'utilisation, rendez-vous sur ce lien : https://github.com/theo546/Pole-Emploi_Autologin#comment-utiliser-lextension-
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pôle Emploi connexion automatique |
ID | hpmkaagedkdgibcindaobjflbineoced |
URL Chính Thức | https://chromewebstore.google.com/detail/p%C3%B4le-emploi-connexion-aut/hpmkaagedkdgibcindaobjflbineoced |
Mô tả | Cette extension tape automatiquement votre identifiant, mot de passe et code postal sur le site de Pôle Emploi. |
Kích Thước Tệp | 24.65 KB |
Số Lần Cài Đặt | 478 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-05-20 |
Ngày Phát Hành | 2019-05-20 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | theo546 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "P\u00f4le Emploi connexion automatique", "description": "Cette extension tape automatiquement votre identifiant, mot de passe et code postal sur le site de P\u00f4le Emploi.", "version": "1.0.2", "icons": { "48": "icons\/border-48.png" }, "browser_action": { "browser_style": true, "default_popup": "options.html", "default_icon": { "16": "icons\/page-16.png", "32": "icons\/page-32.png" } }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/authentification-candidat.pole-emploi.fr\/connexion\/*" ], "js": [ "main_script.js" ] } ] } |