Hilan (Hilanet) autofill
Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
什麼是Hilan (Hilanet) autofill?
Hilan (Hilanet) autofill是由Avi Shwartz開發的Chrome擴展程式,該擴展的主要功能是“Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.”。
擴展截圖
下載Hilan (Hilanet) autofill擴展crx文件
下載Hilan (Hilanet) autofill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Autofill missing days in Hilan (HIlanet)
擴展基本資訊
名稱 | Hilan (Hilanet) autofill |
ID | emngljadolejmboenipofahdiglfccjh |
官方網址 | https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh |
簡介 | Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately. |
檔案大小 | 14.47 KB |
安裝次數 | 325 |
目前版本 | 1.3 |
更新時間 | 2022-07-25 |
上架時間 | 2021-11-17 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Avi Shwartz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hilan (Hilanet) autofill", "description": "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "popup.js" ] } ], "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/hilan-logo.png", "32": "\/images\/hilan-logo.png", "48": "\/images\/hilan-logo.png", "128": "\/images\/hilan-logo.png" } }, "icons": { "16": "\/images\/hilan-logo.png", "32": "\/images\/hilan-logo.png", "48": "\/images\/hilan-logo.png", "128": "\/images\/hilan-logo.png" } } |