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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jason E, και η κύρια λειτουργία του είναι "This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης eSign Live Developer Helper
Λήψη αρχείων επέκτασης eSign Live Developer Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |