E-tax Password Keeper

Build an Extension!

E-tax Password Keeperとは何ですか?

E-tax Password KeeperはOrkhan Talibzadeによって開発されたChromeの拡張機能で、その主な機能は「Build an Extension!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 E-tax Password Keeper E-tax Password Keeper
ID bgmkipojddhgkldepjbajgioekjpgjgc
公式URL 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
Eメール [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"
            ]
        }
    ]
}