Orbita - AI-based shopping coupons

An AI-based Shopping Coupons extension

Orbita - AI-based shopping couponsคืออะไร?

Orbita - AI-based shopping coupons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryorbita.com และคุณลักษณะหลักของมันคือ "An AI-based Shopping Coupons extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orbita - AI-based shopping coupons

ดาวน์โหลดไฟล์ส่วนขยาย Orbita - AI-based shopping coupons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing Orbita - Your Ultimate Online Shopping Companion for Smarter Savings!

Orbita is a browser extension designed to transform your online shopping experience into a realm of savings and efficiency. 

With the ever-expanding digital marketplace offering countless deals and discounts, Orbita steps in as your trusty guide, ensuring that you make the most out of every purchase while effortlessly keeping your budget in check.

Transform your online shopping escapades into smart, budget-conscious ventures with Orbita. Say hello to more savings, greater convenience, and an elevated shopping experience. Embrace Orbita - your gateway to a world where shopping savvy meets financial prudence. Start saving smarter today.

Orbita takes your privacy and security seriously. It operates with utmost respect for your data, ensuring that your online shopping experience remains safe and secure.

Experience the future of online shopping with Orbita, where every checkout page becomes an opportunity for savings. Say goodbye to the days of missing out on discounts, and say hello to a world where smart shopping is the norm. Install Orbita today and elevate your shopping game to unprecedented heights. Your wallet will thank you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Orbita - AI-based shopping coupons Orbita - AI-based shopping coupons
ID gcecajbmjknmillpeflcbjokmhknbgcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/orbita-ai-based-shopping/gcecajbmjknmillpeflcbjokmhknbgcp
คำอธิบาย An AI-based Shopping Coupons extension
ขนาดไฟล์ 1.82 MB
จำนวนการติดตั้ง 278
เวอร์ชันปัจจุบัน 0.0.26
อัปเดตครั้งล่าสุด 2023-09-28
วันที่เผยแพร่ 2023-03-02
คะแนน 5.00/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://tryorbita.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "An AI-based Shopping Coupons extension",
    "version": "0.0.26",
    "manifest_version": 3,
    "name": "Orbita - AI-based shopping coupons",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "assets\/icons\/*",
                "assets\/fonts\/*",
                "assets\/fonts\/Poppins\/*",
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}