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 là gì?
eSign Live Developer Helper là một tiện ích mở rộng Chrome được phát triển bởi Jason E, và tính năng chính của nó là "This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng eSign Live Developer Helper
Tải xuống các tệp mở rộng eSign Live Developer Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | eSign Live Developer Helper |
ID | gjpbnpbppollaljaoglbjplhdanbldnp |
URL Chính Thức | https://chromewebstore.google.com/detail/esign-live-developer-help/gjpbnpbppollaljaoglbjplhdanbldnp |
Mô tả | This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team. |
Kích Thước Tệp | 7.92 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-07-09 |
Ngày Phát Hành | 2017-07-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jason E |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |