AUSkey for Chrome
Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
AUSkey for Chrome क्या है?
AUSkey for Chrome Australian Business Register द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AUSkey for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will not work without the AUSkey Installer which can be downloaded from: https://abr.gov.au/software-auskey. For more information please see the support tab or contact 1300 AUSKEY or see the detailed guide at https://goo.gl/vlkIJI.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jmegndhbalhkegdidohofafobbcabine |
आधिकारिक URL | https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine |
विवरण | Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey |
फ़ाइल का आकार | 18.82 KB |
स्थापना संख्या | 200,000 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2017-05-25 |
प्रकाशन तिथि | 2017-05-25 |
रेटिंग | 1.57/5 कुल 183 रेटिंग्स |
डेवलपर | Australian Business Register |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://abr.gov.au/software-auskey |
सहायता पृष्ठ URL | https://abr.gov.au/AUSkey/Help-and-support/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AUSkey for Chrome", "description": "Please download and run the AUSkey Installer first from https:\/\/abr.gov.au\/software-auskey", "version": "2.0.3", "background": { "scripts": [ "auskey-ext-id.js", "auskey-ext-main.js" ], "persistent": false }, "permissions": [ "nativeMessaging", "tabs" ], "icons": { "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/localhost\/*", "http:\/\/localhost\/*", "https:\/\/*.abr.gov.au\/*", "https:\/\/*.ato.gov.au\/*", "https:\/\/*.atodnet.gov.au\/*", "https:\/\/authentication.dac01few01v\/*", "https:\/\/dac01ths14v.dev.vanguard.local\/*", "https:\/\/*.dev.vanguard.local\/*", "http:\/\/*.dev.vanguard.local\/*", "https:\/\/*.business.gov.au\/*", "https:\/\/authentication.business.localhost\/*" ], "js": [ "auskey-ext-cs.js" ], "run_at": "document_start" } ] } |