IntelAgree

Contracts made easier.

IntelAgree란 무엇입니까?

IntelAgree은(는) IntelAgree에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Contracts made easier."입니다.

확장 프로그램 스크린샷

screenshot

IntelAgree 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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'"
    }
}