JPEG Explorer: Hangar Importer

Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application

Qu'est-ce que JPEG Explorer: Hangar Importer ?

JPEG Explorer: Hangar Importer est une extension Chrome développée par Defter, et sa fonction principale est "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JPEG Explorer: Hangar Importer

Téléchargez les fichiers d'extension JPEG Explorer: Hangar Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Plugin to import Star Citizen hangar & buy back upgrades and standalone ships into JPEG Explorer application to be able easy search items from phone or share hangar information with your corporation members and friends                    

Informations de Base sur l'Extension

Nom JPEG Explorer: Hangar Importer JPEG Explorer: Hangar Importer
ID ighelcbnfbkfmgfpmiopbhmnkggpakhe
URL Officiel https://chromewebstore.google.com/detail/jpeg-explorer-hangar-impo/ighelcbnfbkfmgfpmiopbhmnkggpakhe
Description Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application
Taille du Fichier 64.4 KB
Nombre d'Installations 107
Version Actuelle 1.1.7
Dernière Mise à Jour 2019-12-25
Date de Publication 2019-12-25
Développeur Defter
Type de Paiement free
Site Web de l'Extension https://play.google.com/store/apps/details?id=org.defter.jpgexplore
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JPEG Explorer: Hangar Importer",
    "short_name": "Hangar Importer",
    "author": "Defter",
    "version": "1.1.7",
    "description": "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application",
    "icons": {
        "48": "icons\/ic_launcher_48.png",
        "96": "icons\/ic_launcher_96.png",
        "192": "icons\/ic_launcher_192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/pledges*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "options\/options.js",
                "data_sender.js",
                "items_group.js",
                "hangar_parser.js",
                "hangar_importer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/buy-back-pledges*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "options\/options.js",
                "data_sender.js",
                "items_group.js",
                "buyback_parser.js",
                "buyback_cache.js",
                "buyback_importer.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/main.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/fcm.googleapis.com\/fcm\/send",
        "https:\/\/robertsspaceindustries.com\/pledge\/buyback\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}