EdCast MyGuide Creator Enterprise
EdCast MyGuide Creator Enterprise
什么是EdCast MyGuide Creator Enterprise?
EdCast MyGuide Creator Enterprise是由https://www.myguide.org开发的Chrome扩展程序,该扩展的主要功能是“EdCast MyGuide Creator Enterprise”。
扩展截图
下载EdCast MyGuide Creator Enterprise扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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": [
" | |