CloudExtend Gmail for NetSuite NextGen

CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite.

CloudExtend Gmail for NetSuite NextGen란 무엇입니까?

CloudExtend Gmail for NetSuite NextGen은(는) Celigo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CloudExtend Gmail for NetSuite NextGen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CloudExtend Gmail for NetSuite increases your efficiency by reducing manual effort and keeping both systems in sync. 
Built using NetSuite SuiteCloud technology, CloudExtend can be configured and working in as little as 30 minutes.

• Track your important Gmail communications in NetSuite
• Attach from Gmail to NetSuite records
• Autopilot (auto sync email threads)
• View NetSuite records based on Sender or Context of the email
• Eliminate the need to copy and paste Gmail messages to NetSuite
• Supports NetSuite Token Based Authentication                    

확장 프로그램 기본 정보

이름 CloudExtend Gmail for NetSuite NextGen CloudExtend Gmail for NetSuite NextGen
ID behdfmlnjkfpcbdhjohapabiaijpopja
공식 URL https://chromewebstore.google.com/detail/cloudextend-gmail-for-net/behdfmlnjkfpcbdhjohapabiaijpopja
설명 CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite.
파일 크기 185 KB
설치 횟수 2,697
현재 버전 5.1.9.0
최근 업데이트 2023-12-04
출시 날짜 2022-08-16
개발자 Celigo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.celigo.com/products/netsuite-google-apps/
도움말 페이지 URL https://support.cloudextend.io/
개인정보 보호 정책 페이지 URL http://www.celigo.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloudExtend Gmail for NetSuite NextGen",
    "description": "CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite.",
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "https:\/\/gmns.cloudextend.app\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "views\/options.html",
    "version": "5.1.9.0",
    "page_action": {
        "default_icon": {
            "16": "assets\/Icon16.png",
            "48": "assets\/Icon48.png",
            "128": "assets\/Icon128.png"
        },
        "default_title": "CloudExtend Gmail for NetSuite NextGen",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "assets\/Icon16.png",
        "48": "assets\/Icon48.png",
        "128": "assets\/Icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "scripts\/vendor\/inboxsdk.js",
                "scripts\/index.js"
            ],
            "css": [
                "styles\/main.css",
                "styles\/options.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/Icon16.png",
        "assets\/Icon21.png",
        "assets\/Icon40.png",
        "assets\/Icon40-invert.png",
        "assets\/Icon48.png",
        "assets\/Icon128.png",
        "assets\/XIcon.svg",
        "assets\/launch.png"
    ],
    "options_ui": {
        "page": "views\/options.html",
        "chrome_style": true
    }
}