Document template finder
Search from thousands of pre-formatted business templates and edit them in Revv
Document template finderคืออะไร?
Document template finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Revv.so และคุณลักษณะหลักของมันคือ "Search from thousands of pre-formatted business templates and edit them in Revv"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Document template finder
ดาวน์โหลดไฟล์ส่วนขยาย Document template finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Revv's Google Chrome extension, you can instantly search for any business document template. Sign into the extension using your Revv account to check the activity on your most recent documents and open a document at the click of a button. 🔍 Search from 1000+ vetted, visually stunning business templates in the Revv template library instead of searching on Google ⏳ Save time and increase efficiency with one-click redirect to edit the chosen template 🔔 Never miss an alert on recipient activity such as when they open, sign, or review a document 📄 View your recently accessed documents and last updated status 💻 Go to the Revv app only when required with a single click About Revv: Revv gives businesses the speed and brand consistency in their documents to stand out from competitors. Documents are smartly organized, shared and eSigned in one central place so you can focus on your job. Customize any of the 1000+ vetted, pre-formatted business templates to draft documents. Connect Google sheets to import data into documents. Collect payments using our Stripe integration. Integrate with business apps such as a CRM or HRMS either via Zapier, or using our APIs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Document template finder |
ID | cemmbegipoglnffhabpjekghghlefenn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/document-template-finder/cemmbegipoglnffhabpjekghghlefenn |
คำอธิบาย | Search from thousands of pre-formatted business templates and edit them in Revv |
ขนาดไฟล์ | 38.38 KB |
จำนวนการติดตั้ง | 823 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-12-10 |
วันที่เผยแพร่ | 2020-11-21 |
คะแนน | 5.00/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | Revv.so |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.revv.so |
URL หน้านโยบายความเป็นส่วนตัว | https://www.revv.so/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Document template finder", "description": "Search from thousands of pre-formatted business templates and edit them in Revv", "version": "1.0.3", "manifest_version": 2, "permissions": [ "cookies", "*:\/\/*.revv.so\/" ], "icons": { "16": "\/images\/app_logo.png", "48": "\/images\/app_logo.png", "128": "\/images\/app_logo.png" }, "browser_action": { "default_popup": "\/html\/popup.html", "default_icon": "\/images\/app_logo.png" }, "author": "App developer at Revv", "background": { "persistent": false, "scripts": [ "\/js\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+I", "mac": "MacCtrl+I" }, "description": "Opens popup.html" } }, "web_accessible_resources": [ "images\/app_logo.png" ] } |