eSign Live Developer Helper

This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.

Cos'è eSign Live Developer Helper?

eSign Live Developer Helper è un'estensione di Chrome sviluppata da Jason E, e la sua funzione principale è "This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione eSign Live Developer Helper

Scarica i file di estensione eSign Live Developer Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome eSign Live Developer Helper eSign Live Developer Helper
ID gjpbnpbppollaljaoglbjplhdanbldnp
URL Ufficiale https://chromewebstore.google.com/detail/esign-live-developer-help/gjpbnpbppollaljaoglbjplhdanbldnp
Descrizione This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.
Dimensione del File 7.92 KB
Conteggio Installazioni 58
Versione Corrente 1.1
Ultimo Aggiornamento 2017-07-09
Data di Pubblicazione 2017-07-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jason E
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}