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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CloudExtend Gmail for NetSuite NextGen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}