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文件

下载CloudExtend Gmail for NetSuite NextGen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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