fleetyards-sync
Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net
fleetyards-syncとは何ですか?
fleetyards-syncはhttps://fleetyards.netによって開発されたChromeの拡張機能で、その主な機能は「Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net」です。
拡張機能のスクリーンショット
fleetyards-sync拡張機能のCRXファイルをダウンロード
fleetyards-sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fleetyards Sync The Fleetyards Sync Extension is a companion App for the Web Application https://fleetyards.net. It allows the user to sync their pledge data on robertsspaceindustries.com with their account on fleetyards.net. For this it extracts the information on your RSI Hangar https://robertsspaceindustries.com/account/pledges and sends it to the Fleetyards App. The Fleetyards App will then parse the data and submit to the users account. A Fleetyards.net account as well as an account on robertsspaceindustries.com is required to use this Extension.
拡張機能の基本情報
名前 | fleetyards-sync |
ID | glchfaleieoljcimjjkdkeifnejbcokg |
公式URL | https://chromewebstore.google.com/detail/fleetyards-sync/glchfaleieoljcimjjkdkeifnejbcokg |
説明 | Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net |
ファイルサイズ | 185 KB |
インストール数 | 5,469 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-05-10 |
公開日 | 2023-05-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://fleetyards.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fleetyards.net |
ヘルプページのURL | https://fleetyards.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fleetyards-sync", "description": "Browser Extension for syncing pledge data from https:\/\/robertsspaceindustries.com to https:\/\/fleetyards.net", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/fleetyards.net\/*" ], "js": [ "src\/content.js" ] } ], "manifest_version": 3, "homepage_url": "https:\/\/fleetyards.net", "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/robertsspaceindustries.com\/*" ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "background": { "service_worker": "src\/background.js" } } |