IntelAgree
Contracts made easier.
IntelAgreeคืออะไร?
IntelAgree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IntelAgree และคุณลักษณะหลักของมันคือ "Contracts made easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IntelAgree
ดาวน์โหลดไฟล์ส่วนขยาย IntelAgree ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click a button to navigate to the create, import or upload wizards to add a new contract record. You can also input a free text search that will take you to the results in your IntelAgree subscription. IntelAgree is an AI-powered, end-to-end contract management platform. Our machine learning reads key terms, clauses, and dates in your contracts so your teams can focus on impactful work, not busy work. If your CLM is siloed from the tools you need every day, you’re paying for inefficiency. Streamline your process with our Chrome Extension and here’s how your team will benefit: -Boost productivity and jumpstart your contracting process by importing your company contracts on third party paper all through our chrome extension -Create and populate new contracts with the existing data you need -Innovate your team’s contracting process by using contract creation wizards that are as unique as your business. KEY FEATURES: ★ Searchable Repository ★ Artificial Intelligence (AI) / Machine Learning ★ Contract Summaries ★ Custom Dashboard Don’t have an IntelAgree Subscription? Visit intelagree.com to learn more and set up a demo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IntelAgree |
ID | kmiolacdhpbjngbgffkjhkidbdoepcjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/intelagree/kmiolacdhpbjngbgffkjhkidbdoepcjk |
คำอธิบาย | Contracts made easier. |
ขนาดไฟล์ | 15.69 KB |
จำนวนการติดตั้ง | 378 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2022-06-20 |
วันที่เผยแพร่ | 2022-03-10 |
ผู้พัฒนา | IntelAgree |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.intelagree.com |
URL หน้านโยบายความเป็นส่วนตัว | https://intelagree.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IntelAgree", "description": "Contracts made easier.", "version": "2.3", "manifest_version": 3, "icons": { "128": "ia128x128.png", "16": "ia16x16.png", "48": "ia48x48.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "ia48x48.png", "default_title": "IntelAgree" }, "permissions": [ "contextMenus" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" } } |