CloudExtend Gmail for NetSuite Legacy

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

CloudExtend Gmail for NetSuite Legacy là gì?

CloudExtend Gmail for NetSuite Legacy 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 Legacy 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
screenshot

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

Tải xuống các tệp mở rộng CloudExtend Gmail for NetSuite Legacy 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 is a powerful tool used to seamlessly integrate your native Gmail interface with NetSuite records

• 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
• Create NetSuite records without having to leave Gmail
• Edit NetSuite records from within Gmail App
• Create filters to view selected fields in the Gmail App
• Set up to always sync attachments
• Eliminate the need to copy and paste Gmail messages to NetSuite
• Supports NetSuite Token Based Authentication & Single Sign-on                    

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

Tên CloudExtend Gmail for NetSuite Legacy CloudExtend Gmail for NetSuite Legacy
ID fbaloimemjelmonlpfnmiipkeldlnnbl
URL Chính Thức https://chromewebstore.google.com/detail/cloudextend-gmail-for-net/fbaloimemjelmonlpfnmiipkeldlnnbl
Mô tả CloudExtend Gmail for NetSuite Legacy enables true cloud-to-cloud synchronization of your Gmail with NetSuite.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 2,640
Phiên Bản Hiện Tại 4.1.4.0
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2020-05-14
Đánh Giá 4.17/5 Tổng số 18 Đánh Giá
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 Legacy",
    "description": "CloudExtend Gmail for NetSuite Legacy enables true cloud-to-cloud synchronization of your Gmail with NetSuite.",
    "short_name": "CloudExtend",
    "version": "4.1.4.0",
    "page_action": {
        "default_icon": "assets\/src\/styles\/CloudExtend_GA.png",
        "default_title": "Celigo"
    },
    "background": {
        "scripts": [
            "assets\/src\/scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netsuite.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.netsuite.com\/core\/media\/media.nl*"
            ],
            "js": [
                "assets\/src\/scripts\/netsuite\/injectToNetsuite.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "assets\/vendor\/scripts\/inboxsdk.js",
                "assets\/vendor\/scripts\/jquery.min.js",
                "assets\/vendor\/scripts\/jquery-ui.min.js",
                "assets\/src\/scripts\/gmail\/gmailDOMApi.js",
                "assets\/src\/scripts\/gmail\/injectCegaMainApp.js",
                "assets\/vendor\/scripts\/notify.min.js",
                "assets\/src\/scripts\/gmail\/onLoad.js",
                "assets\/src\/scripts\/gmail\/getGlobals.js"
            ],
            "css": [
                "assets\/src\/styles\/main.css",
                "assets\/vendor\/styles\/jquery-ui.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "assets\/vendor\/scripts\/inboxsdk.js",
                "assets\/vendor\/scripts\/jquery.min.js",
                "assets\/vendor\/scripts\/jquery-ui.min.js",
                "assets\/src\/scripts\/inbox\/injectCegaMainApp.js",
                "assets\/vendor\/scripts\/notify.min.js",
                "assets\/src\/scripts\/inbox\/onLoad.js"
            ],
            "css": [
                "assets\/src\/styles\/main.css",
                "assets\/vendor\/styles\/jquery-ui.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "webRequest",
        "https:\/\/*.netsuite.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "https:\/\/celigo-secure-resources.s3.amazonaws.com\/*",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "assets\/src\/styles\/CloudExtend_GA.png",
        "128": "assets\/src\/styles\/CloudExtend_GA.png"
    },
    "web_accessible_resources": [
        "assets\/src\/scripts\/netsuite\/nsIframeFix.js",
        "assets\/src\/scripts\/netsuite\/detectNSUser.js",
        "assets\/src\/scripts\/netsuite\/netsuite.js",
        "assets\/src\/styles\/celigo-17x17.png",
        "assets\/src\/styles\/CloudExtend_GA.png",
        "assets\/src\/styles\/logo-circle-white.png",
        "assets\/src\/styles\/windowCloseIcon.png",
        "assets\/src\/styles\/arrowdown.png"
    ],
    "options_ui": {
        "page": "assets\/src\/views\/options.html",
        "chrome_style": true
    }
}