eSign Live Developer Helper

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

Qu'est-ce que eSign Live Developer Helper ?

eSign Live Developer Helper est une extension Chrome développée par Jason E, et sa fonction principale est "This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension eSign Live Developer Helper

Téléchargez les fichiers d'extension eSign Live Developer Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom eSign Live Developer Helper eSign Live Developer Helper
ID gjpbnpbppollaljaoglbjplhdanbldnp
URL Officiel https://chromewebstore.google.com/detail/esign-live-developer-help/gjpbnpbppollaljaoglbjplhdanbldnp
Description This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.
Taille du Fichier 7.92 KB
Nombre d'Installations 58
Version Actuelle 1.1
Dernière Mise à Jour 2017-07-09
Date de Publication 2017-07-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jason E
Type de Paiement free
Langues Prises en Charge 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"
    ]
}