Jiga 3D CAD Viewer for Gmail

View 3D and CAD files direcly in your browser

Jiga 3D CAD Viewer for Gmail क्या है?

Jiga 3D CAD Viewer for Gmail Jiga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View 3D and CAD files direcly in your browser"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Jiga 3D CAD Viewer for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        View CAD and 3D files directly on G Mail, inside your browser. No CAD software or Solidworks needed. Works with many 3D files types.

Jiga Viewer for gmail gives you the superpower to view any CAD file in 3D directly on your browser, from gmail.

Imagine someone is sending you an STL or X_T file. You'll have to open Solidworks just to view it and waste tremendous amount of time. With the Jiga Viewer, simply click on the "View in 3D" button and magic! you can view, rotate and zoom your 3D model right in your browser. You don't need to open any external software.

★ Compatibility ★

Works on gmail in all languages

★ CAD files extension supported ★

We support the following file types:
stl, stp, prt, slp, sldprt, step, ipt, 3dxml, sat, obj, iges, igs, x_t

★ Your privacy is important to us ★

Your files are always SSL-encrypted. We don't save your files or track the them. Also, we will never sell your data to advertisers or other third parties.

★ Learn more about Jiga ★

To learn more about us, please visit our website at https://www.jiga.io

★ Permissions ★

Like any other extension we needs certain permissions to function properly:

"Hosts": This permission allows us to add our beautiful viewer into gmail in many languages and regions.

"Tabs": This permission is needed to get the content of the tab for adding our our beautiful viewer into gmail page.

Terms of Use: https://www.jiga.io/terms-and-conditions/

★ Support ★

Please contact us for support at: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Jiga 3D CAD Viewer for Gmail Jiga 3D CAD Viewer for Gmail
ID ofhofniklkhiihhfmmckfgbekmfjaicn
आधिकारिक URL https://chromewebstore.google.com/detail/jiga-3d-cad-viewer-for-gm/ofhofniklkhiihhfmmckfgbekmfjaicn
विवरण View 3D and CAD files direcly in your browser
फ़ाइल का आकार 13.47 KB
स्थापना संख्या 3,518
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2021-10-11
प्रकाशन तिथि 2021-02-18
रेटिंग 4.75/5 कुल 16 रेटिंग्स
डेवलपर Jiga
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.jiga.io
गोपनीयता नीति पृष्ठ URL https://www.jiga3d.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jiga 3D CAD Viewer for Gmail",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "View 3D and CAD files direcly in your browser",
    "homepage_url": "https:\/\/www.jiga3d.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.jiga3d.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/mail.google.de\/*",
        "https:\/\/mail.google.co.uk\/*",
        "https:\/\/mail.google.nl\/*",
        "https:\/\/mail.google.com.cn\/*",
        "https:\/\/mail.google.it\/*",
        "https:\/\/mail.google.co.il\/*",
        "https:\/\/mail.google.fr\/*",
        "https:\/\/mail.google.in\/*"
    ],
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jiga3d.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/mail.google.de\/*",
                "https:\/\/mail.google.co.uk\/*",
                "https:\/\/mail.google.nl\/*",
                "https:\/\/mail.google.com.cn\/*",
                "https:\/\/mail.google.it\/*",
                "https:\/\/mail.google.co.il\/*",
                "https:\/\/mail.google.fr\/*",
                "https:\/\/mail.google.in\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "frame.html"
    ]
}