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开发的Chrome扩展程序,该扩展的主要功能是“This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.”。

扩展截图

screenshot

下载eSign Live Developer Helper扩展crx文件

下载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 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"
    ]
}