Quote Generator

Calculate pricing fast and hassle free.

What is Quote Generator?

Quote Generator is a Chrome extension developed by levkantor96, and its main feature is "Calculate pricing fast and hassle free.".

Extension Screenshots

screenshot

Download Quote Generator Extension CRX File

Download Quote Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Quote Generator Quote Generator
ID ofhiopkjhcljacebeodnaioccdimlald
Official URL https://chromewebstore.google.com/detail/quote-generator/ofhiopkjhcljacebeodnaioccdimlald
Description Calculate pricing fast and hassle free.
File Size 7.04 KB
Installation Count 57
Current Version 1.0.0
Last Updated 2023-06-04
Publish Date 2023-06-03
Rating 5.00/5 Total 1 Ratings
Developer levkantor96
Email [email protected]
Payment Type free
Supported Languages 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": []
    }
}