SmartAdvocate Form Filler
SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.
SmartAdvocate Form Fillerคืออะไร?
SmartAdvocate Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartadvocate.com และคุณลักษณะหลักของมันคือ "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartAdvocate Form Filler
ดาวน์โหลดไฟล์ส่วนขยาย SmartAdvocate Form Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SmartAdvocate Chrome extension allows SmartAdvocate users to fill out web forms with data from SmartAdvocate cases. It works similar to PDF forms in SmartAdvocate. Note that in order for this extension to work with a specific web site your system administrators would need to create a template in SmartAdvocate first.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SmartAdvocate Form Filler |
ID | ngblghimofjafnfhoieeldigagcglmko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smartadvocate-form-filler/ngblghimofjafnfhoieeldigagcglmko |
คำอธิบาย | SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate. |
ขนาดไฟล์ | 61.2 KB |
จำนวนการติดตั้ง | 142 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2024-02-29 |
วันที่เผยแพร่ | 2021-01-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://smartadvocate.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.smartadvocate.com/ |
URL หน้าช่วยเหลือ | https://www.smartadvocate.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.smartadvocate.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartAdvocate Form Filler", "version": "1.2", "description": "SmartAdvocate Chrome extension that enables form filling with data from SmartAdvocate.", "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "action": { "default_title": "SmartAdvocate Form Filler", "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "popup.html" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |