MissionViewerRegist
MissionViewer
Vad är MissionViewerRegist?
MissionViewerRegist är en Chrome-tillägg utvecklad av https://mission.mogeringo.com, och dess huvudfunktion är "MissionViewer".
Tilläggsskärmbilder
Ladda ner MissionViewerRegist-förlängningens CRX-fil
Ladda ner MissionViewerRegist-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
MissionViewerへ登録する為のChrome拡張機能です。 登録は単体では動作しませんので、別途アプリをインストールする必要が御座います。 更新情報 0.0.14 Googleポリシーの対応 0.0.13 ミッション開始ポータルが削除されていた場合の時の対応追加。 0.0.12 ManifestV3への対応。 Hiddenミッションの対応。 0.0.11 IntelMapよりミッション非公開管理画面を実装しました。 0.0.9 IngressMosaic用プラグインを非対応に変更しました。 0.0.8 FieldTrip情報の取得、Waypointアクションのバグの修正。
Grundläggande Information om Tillägg
Namn | MissionViewerRegist |
ID | nmpkllklkfcdfbkleehledgileiiaeho |
Officiell webbadress | https://chromewebstore.google.com/detail/missionviewerregist/nmpkllklkfcdfbkleehledgileiiaeho |
Beskrivning | MissionViewer |
Filstorlek | 55.59 KB |
Antal Installationer | 277 |
Aktuell Version | 0.0.14 |
Senast Uppdaterad | 2022-10-18 |
Publiceringsdatum | 2020-06-29 |
Utvecklare | https://mission.mogeringo.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://mission.mogeringo.com |
Hjälpsida URL | https://mission.mogeringo.com |
URL till Sekretesspolicy Sidan | https://mission-blog.mogeringo.com/privacypolicy |
Stödda Språk | ja |
manifest.json | |
{ "action": { "default_popup": "foreground\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "doScraping.js" ], "matches": [ "https:\/\/intel.ingress.com\/*", "https:\/\/mission.mogeringo.com\/js\/*" ] } ], "description": "MissionViewer", "devtools_page": "devtools.html", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/missionviewerregist\/nmpkllklkfcdfbkleehledgileiiaeho\/related?hl=ja&authuser=0", "host_permissions": [ "https:\/\/intel.ingress.com\/*" ], "icons": { "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAte7OtBBg3nXn39jK+16l37\/cdNCvZ7mIbqeW7er2EZ\/5SyO3YAuGt3U6S97c265OpIKB8xZMhhK2Gs+qH7V74mLmlfxCkrAAyoz6AbYhr6sEB1ORQsT7UO0fZpJY\/gX3LylXnXrhjZhz3Hz0I9xFDQ+kGyj6TVKAxuIbzx0yx1wvyXfzs524YY5YHGx0Z+GjLlcYRkc91NvIY204DPqHPkEPG9y969tTxJH8TIXYnUHBQiCyPMgyS9iIMxzoYsZA0L3KggTCuy7wDlS3AOb2SKfO+0IploEua9W3fcvICseNGikjNiZlW5Hvwkq+Jl28UTTB0wC3\/3H02fVYeHuxrQIDAQAB", "manifest_version": 3, "minimum_chrome_version": "90.0", "name": "MissionViewerRegist", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.14" } |