fleetyards-sync

Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net

Wat is fleetyards-sync?

fleetyards-sync is een Chrome-extensie ontwikkeld door https://fleetyards.net, en de belangrijkste functie is "Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie fleetyards-sync

Download fleetyards-sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam fleetyards-sync fleetyards-sync
ID glchfaleieoljcimjjkdkeifnejbcokg
Officiële URL https://chromewebstore.google.com/detail/fleetyards-sync/glchfaleieoljcimjjkdkeifnejbcokg
Beschrijving Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net
Bestandsgrootte 185 KB
Aantal Installaties 5,469
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-05-10
Publicatiedatum 2023-05-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://fleetyards.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fleetyards.net
Help Pagina-URL https://fleetyards.net
Ondersteunde Talen 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"
    }
}