EdCast MyGuide Creator Enterprise

EdCast MyGuide Creator Enterprise

EdCast MyGuide Creator Enterprise क्या है?

EdCast MyGuide Creator Enterprise https://www.myguide.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EdCast MyGuide Creator Enterprise"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में EdCast MyGuide Creator Enterprise एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Drive Digital Productivity with MyGuide
Rapidly create guides for web in minutes.
Get intelligence on apps (who needs what help?)
Automate any guide
Offering in-app guides, intelligence and automation.

1) Turbo-charge your Google/Bing Search with 10X better results from EdCast.
2) One-Click post to EdCast for the content you like on any website.                    

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

नाम EdCast MyGuide Creator Enterprise EdCast MyGuide Creator Enterprise
ID lbhpijbhnnpcobofdieiocbphkdjjbef
आधिकारिक URL https://chromewebstore.google.com/detail/edcast-myguide-creator-en/lbhpijbhnnpcobofdieiocbphkdjjbef
विवरण EdCast MyGuide Creator Enterprise
फ़ाइल का आकार 6.85 MB
स्थापना संख्या 1,070
वर्तमान संस्करण 2024.1.3
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2020-06-01
रेटिंग 5.00/5 कुल 19 रेटिंग्स
डेवलपर https://www.myguide.org
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://support.myguide.org/
गोपनीयता नीति पृष्ठ URL https://www.edcast.com/corp/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "author": "EdCast",
    "manifest_version": 3,
    "name": "EdCast MyGuide Creator Enterprise",
    "description": "EdCast MyGuide Creator Enterprise",
    "version": "2024.1.3",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [
                "content_script\/dom_selector\/css\/style.css"
            ],
            "js": [
                "content_script\/dom_selector\/mainFile.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [
                "content_script\/worker\/css\/style.css"
            ],
            "js": [
                "content_script\/worker\/js\/mainFile.js"
            ]
        }
    ],
    "background": {
        "service_worker": "creator_back.js"
    },
    "icons": {
        "16": "common\/img\/gicon16.png",
        "48": "common\/img\/gicon48.png",
        "128": "common\/img\/gicon128.png"
    },
    "optional_permissions": [
        "desktopCapture"
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "40": "common\/img\/qu_icon.png"
        },
        "default_popup": "\/browser_action\/popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "content_script\/**\/*.html",
                "side_panel\/**\/*.html",
                "side_panel\/**\/*.js",
                "common\/lib\/fonts\/*",
                "common\/img\/*",
                "common\/icons\/*",
                "common\/audio\/*",
                "storage\/*",
                "api\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}