Quote Generator

Calculate pricing fast and hassle free.

Cos'è Quote Generator?

Quote Generator è un'estensione di Chrome sviluppata da levkantor96, e la sua funzione principale è "Calculate pricing fast and hassle free.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quote Generator

Scarica i file di estensione Quote Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Calculate pricing in multiple currencies, find any link fast and more.                    

Informazioni di Base sull'Estensione

Nome Quote Generator Quote Generator
ID ofhiopkjhcljacebeodnaioccdimlald
URL Ufficiale https://chromewebstore.google.com/detail/quote-generator/ofhiopkjhcljacebeodnaioccdimlald
Descrizione Calculate pricing fast and hassle free.
Dimensione del File 7.04 KB
Conteggio Installazioni 57
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-06-04
Data di Pubblicazione 2023-06-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore levkantor96
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quote Generator",
    "description": "Calculate pricing fast and hassle free.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "1.png",
            "32": "1.png",
            "48": "1.png",
            "128": "1.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "1.png",
        "32": "1.png",
        "48": "1.png",
        "128": "1.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": []
    }
}