EdCast MyGuide Player

EdCast MyGuide Player

EdCast MyGuide Player là gì?

EdCast MyGuide Player là một tiện ích mở rộng Chrome được phát triển bởi https://www.myguide.org, và tính năng chính của nó là "EdCast MyGuide Player".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EdCast MyGuide Player

Tải xuống các tệp mở rộng EdCast MyGuide Player 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

                        MyGuide Player enables a user to access personalized Guides published by the MyGuide organization’s admin. You need MyGuide account to access Guides.
 
1) Turbo-charge your Google/Bing Search with 10X better results from EdCast.
2) Play Guides from MyGuide to learn any software or business process. 1000's of out of the box Guides for top software available.                    

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

Tên EdCast MyGuide Player EdCast MyGuide Player
ID fgadldooeamdpekomjcdfgofahnplbde
URL Chính Thức https://chromewebstore.google.com/detail/edcast-myguide-player/fgadldooeamdpekomjcdfgofahnplbde
Mô tả EdCast MyGuide Player
Kích Thước Tệp 3.61 MB
Số Lần Cài Đặt 2,383
Phiên Bản Hiện Tại 2024.1.3
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2020-06-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.myguide.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.edcast.com/corp/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "EdCast",
    "manifest_version": 3,
    "name": "EdCast MyGuide Player",
    "description": "EdCast MyGuide Player",
    "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": [
                "gm_client_iframe.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [
                "content_script\/worker\/css\/style.css"
            ],
            "js": [
                "gm_client.js"
            ]
        }
    ],
    "background": {
        "service_worker": "player_back.js"
    },
    "icons": {
        "16": "common\/img\/gicon16.png",
        "48": "common\/img\/gicon48.png",
        "128": "common\/img\/gicon128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api-v3.guideme.io\/",
        "https:\/\/sso.myguide.org\/",
        "https:\/\/v3-analytics.guideme.io\/",
        "https:\/\/*.edcast.com\/"
    ],
    "action": {
        "default_icon": {
            "40": "common\/img\/qu_icon.png"
        },
        "default_popup": "\/browser_action\/popup.html",
        "browser_style": true
    },
    "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\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}