EdCast MyGuide Creator Enterprise

EdCast MyGuide Creator Enterprise

EdCast MyGuide Creator Enterpriseคืออะไร?

EdCast MyGuide Creator Enterprise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.myguide.org และคุณลักษณะหลักของมันคือ "EdCast MyGuide Creator Enterprise"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EdCast MyGuide Creator Enterprise

ดาวน์โหลดไฟล์ส่วนขยาย EdCast MyGuide Creator Enterprise ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}