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 là gì?

CloudExtend Gmail for NetSuite NextGen là một tiện ích mở rộng Chrome được phát triển bởi Celigo.com, và tính năng chính của nó là "CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CloudExtend Gmail for NetSuite NextGen

Tải xuống các tệp mở rộng CloudExtend Gmail for NetSuite NextGen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CloudExtend Gmail for NetSuite NextGen CloudExtend Gmail for NetSuite NextGen
ID behdfmlnjkfpcbdhjohapabiaijpopja
URL Chính Thức https://chromewebstore.google.com/detail/cloudextend-gmail-for-net/behdfmlnjkfpcbdhjohapabiaijpopja
Mô tả CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite.
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 2,697
Phiên Bản Hiện Tại 5.1.9.0
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2022-08-16
Nhà Phát Triển Celigo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.celigo.com/products/netsuite-google-apps/
URL Trang Trợ Giúp https://support.cloudextend.io/
URL Trang Chính Sách Bảo Mật http://www.celigo.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}