eSign Live Developer Helper
This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.
eSign Live Developer Helper क्या है?
eSign Live Developer Helper Jason E द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में eSign Live Developer Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A small extension to help develop applications using eSign Live by Vasco. Navigate to the eSign Live transaction page, view the package or document JSON, or easily copy the package id. Simply right-click on a page, if an action is available the context menu will expand out to show available actions. These actions can also be performed when the eSign Live application is within an iFrame! Changelog: Version 1.1 ----------- * Added separators to context menu. * Added context item to navigate to eSign Live transaction page * Added notification to alert users after copying the package id.
एक्सटेंशन की मूल जानकारी
नाम | eSign Live Developer Helper |
ID | gjpbnpbppollaljaoglbjplhdanbldnp |
आधिकारिक URL | https://chromewebstore.google.com/detail/esign-live-developer-help/gjpbnpbppollaljaoglbjplhdanbldnp |
विवरण | This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team. |
फ़ाइल का आकार | 7.92 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-07-09 |
प्रकाशन तिथि | 2017-07-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Jason E |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eSign Live Developer Helper", "version": "1.1", "description": "This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.", "browser_action": { "default_icon": "tablet_128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "contextItems.js" ], "persistent": false }, "icons": { "16": "tablet_16.png", "128": "tablet_128.png" }, "permissions": [ "activeTab", "contextMenus", "tabs", "clipboardWrite", "clipboardRead", "notifications" ] } |