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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason E และคุณลักษณะหลักของมันคือ "This extension acts as a helper for eSign Live. This is not a product created by the eSign Live team."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eSign Live Developer Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |