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
官方網址 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"
    ]
}