Alison Extension
This extension allows the bridge with digital signature services.
Alison Extension क्या है?
Alison Extension https://alison.certisur.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the bridge with digital signature services."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alison Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will enable interaction with the services of digital certificates signing and emission.
एक्सटेंशन की मूल जानकारी
नाम | Alison Extension |
ID | kpjlagdjpaiimnecdbdcndjcijoalbla |
आधिकारिक URL | https://chromewebstore.google.com/detail/alison-extension/kpjlagdjpaiimnecdbdcndjcijoalbla |
विवरण | This extension allows the bridge with digital signature services. |
फ़ाइल का आकार | 64.47 KB |
स्थापना संख्या | 57,270 |
वर्तमान संस्करण | 2.2.5 |
अंतिम अपडेट | 2019-07-16 |
प्रकाशन तिथि | 2019-07-15 |
रेटिंग | 2.75/5 कुल 16 रेटिंग्स |
डेवलपर | https://alison.certisur.com |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.certisur.com/legal |
समर्थित भाषाएँ | en,en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Certisur S.A.", "name": "__MSG_appName__", "short_name": "Alison Extension", "description": "__MSG_appDesc__", "version": "2.2.5", "default_locale": "en", "background": { "scripts": [ "js\/alison\/extra\/alisonComponent.js", "js\/alison\/extra\/opResult.js", "js\/alison\/extra\/alisonMessages.js", "js\/alison\/extra\/sharedCodes.js", "js\/alison\/alisonExtension.js" ] }, "browser_action": { "browser_style": true, "default_popup": "options.html", "default_icon": { "16": "resources\/icons\/alison_16px.png", "48": "resources\/icons\/alison_48px.png" } }, "icons": { "16": "resources\/icons\/alison_16px.png", "48": "resources\/icons\/alison_48px.png", "128": "resources\/icons\/alison_128px.png", "256": "resources\/icons\/alison_256px.png", "512": "resources\/icons\/alison_512px.png" }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.certisur.com\/*", "*:\/\/*.santanderrio.com.ar\/*", "*:\/\/*.santander.com.ar\/*", "*:\/\/*.santander.cl\/*", "*:\/\/*.confirma.com.ar\/*", "*:\/\/*.bancodevalores.com\/*", "*:\/\/*.sba.com.ar\/*", "*:\/\/*.certinet.cl\/*" ], "all_frames": true, "js": [ "js\/listen.js" ] } ] } |