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.」です。
拡張機能のスクリーンショット
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 |
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" ] } |