E-tax Password Keeper

Build an Extension!

Qu'est-ce que E-tax Password Keeper ?

E-tax Password Keeper est une extension Chrome développée par Orkhan Talibzade, et sa fonction principale est "Build an Extension!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension E-tax Password Keeper

Téléchargez les fichiers d'extension E-tax Password Keeper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom E-tax Password Keeper E-tax Password Keeper
ID bgmkipojddhgkldepjbajgioekjpgjgc
URL Officiel https://chrome.google.com/webstore/detail/e-tax-password-keeper/bgmkipojddhgkldepjbajgioekjpgjgc
Description Build an Extension!
Taille du Fichier 75.42 KB
Nombre d'Installations 122
Version Actuelle 0.0001
Dernière Mise à Jour 2021-02-07
Date de Publication 2021-02-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur Orkhan Talibzade
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.linkedin.com/in/orkhan-talibzade/
Langues Prises en Charge 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"
            ]
        }
    ]
}