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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
    }
}