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 |
| Eメール | [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": [
" | |