E-tax Password Keeper
Build an Extension!
什麼是E-tax Password Keeper?
E-tax Password Keeper是由Orkhan Talibzade開發的Chrome擴展程式,該擴展的主要功能是“Build an Extension!”。
擴展截圖
下載E-tax Password Keeper擴展crx文件
下載E-tax Password Keeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
E-Tax Password Keeper - is an Chrome and Edge extension for simplifying access to Tax accounts of Companies and Sole Traders. Accountants can keep all the necessary information to enter the tax account of each company in this extension and then fill in all the required fields just by selecting the company name from the list. Thus, there is no need to copy information for each field from a separate file or write it manually.
擴展基本資訊
名稱 | |
ID | bgmkipojddhgkldepjbajgioekjpgjgc |
官方網址 | https://chrome.google.com/webstore/detail/e-tax-password-keeper/bgmkipojddhgkldepjbajgioekjpgjgc |
簡介 | Build an Extension! |
檔案大小 | 75.42 KB |
安裝次數 | 122 |
目前版本 | 0.0001 |
更新時間 | 2021-02-07 |
上架時間 | 2021-02-07 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Orkhan Talibzade |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://www.linkedin.com/in/orkhan-talibzade/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "E-tax Password Keeper", "version": "0.0001", "description": "Build an Extension!", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/VP icon.png", "32": "images\/VP icon.png", "48": "images\/VP icon.png", "128": "images\/VP icon.png" } }, "icons": { "16": "images\/VP icon.png", "32": "images\/VP icon.png", "48": "images\/VP icon.png", "128": "images\/VP icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/login.e-taxes.gov.az\/login\/" ], "js": [ "content.js" ] } ] } |