EdCast MyGuide Creator Enterprise
EdCast MyGuide Creator Enterprise
Vad är EdCast MyGuide Creator Enterprise?
EdCast MyGuide Creator Enterprise är en Chrome-tillägg utvecklad av https://www.myguide.org, och dess huvudfunktion är "EdCast MyGuide Creator Enterprise".
Tilläggsskärmbilder
Ladda ner EdCast MyGuide Creator Enterprise-förlängningens CRX-fil
Ladda ner EdCast MyGuide Creator Enterprise-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lbhpijbhnnpcobofdieiocbphkdjjbef |
| Officiell webbadress | https://chromewebstore.google.com/detail/edcast-myguide-creator-en/lbhpijbhnnpcobofdieiocbphkdjjbef |
| Beskrivning | EdCast MyGuide Creator Enterprise |
| Filstorlek | 6.85 MB |
| Antal Installationer | 1,070 |
| Aktuell Version | 2024.1.3 |
| Senast Uppdaterad | 2024-02-19 |
| Publiceringsdatum | 2020-06-01 |
| Betyg | 5.00/5 Totalt 19 Betyg |
| Utvecklare | https://www.myguide.org |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://support.myguide.org/ |
| URL till Sekretesspolicy Sidan | https://www.edcast.com/corp/privacy-policy |
| Stödda Språk | 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": [
" | |