fleetyards-sync
Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net
Was ist fleetyards-sync?
fleetyards-sync ist eine Chrome-Erweiterung, die von https://fleetyards.net entwickelt wurde, und ihr Hauptmerkmal ist "Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net".
Erweiterungsscreenshots
fleetyards-sync-Erweiterungs-CRX-Datei herunterladen
Laden Sie fleetyards-sync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | fleetyards-sync |
ID | glchfaleieoljcimjjkdkeifnejbcokg |
Offizielle URL | https://chromewebstore.google.com/detail/fleetyards-sync/glchfaleieoljcimjjkdkeifnejbcokg |
Beschreibung | Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net |
Dateigröße | 185 KB |
Installationsanzahl | 5,469 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-05-10 |
Veröffentlichungsdatum | 2023-05-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://fleetyards.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fleetyards.net |
Hilfeseite URL | https://fleetyards.net |
Unterstützte Sprachen | 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" } } |