Quote Generator

Calculate pricing fast and hassle free.

ما هو Quote Generator؟

Quote Generator هو إضافة Chrome تم تطويرها بواسطة levkantor96، والميزة الرئيسية لها هي "Calculate pricing fast and hassle free.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Quote Generator

قم بتنزيل ملفات الامتداد Quote Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Quote Generator Quote Generator
ID ofhiopkjhcljacebeodnaioccdimlald
عنوان URL الرسمي https://chromewebstore.google.com/detail/quote-generator/ofhiopkjhcljacebeodnaioccdimlald
الوصف Calculate pricing fast and hassle free.
حجم الملف 7.04 KB
عدد التثبيتات 57
النسخة الحالية 1.0.0
آخر تحديث 2023-06-04
تاريخ النشر 2023-06-03
تقييم 5.00/5 مجموع تقييمات 1
المطور levkantor96
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": []
    }
}