E-tax Password Keeper
Build an Extension!
E-tax Password Keeper क्या है?
E-tax Password Keeper Orkhan Talibzade द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build an Extension!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में E-tax Password Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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 |
ईमेल | [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" ] } ] } |