OAGenius Auto ordering

OAGenius Auto ordering

OAGenius Auto orderingคืออะไร?

OAGenius Auto ordering เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.oagenius.com และคุณลักษณะหลักของมันคือ "OAGenius Auto ordering"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OAGenius Auto ordering

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

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

                        Auto-Ordering Extension for use with OAGenius Sage

This extension automates the placing of orders on supported sources. It not only saves time but it also fulfills more accurately then manually fulfilling orders.
Systematic and efficient:
- More secure than providing credit card information to employees
- More accurate: no human error with regards to quantity or delivery address
- Faster than a human
- 24/7 order fulfillment                    

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

ชื่อ OAGenius Auto ordering OAGenius Auto ordering
ID ecpakkldffjcpgamneaknlgcdfkmamep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oagenius-auto-ordering/ecpakkldffjcpgamneaknlgcdfkmamep
คำอธิบาย OAGenius Auto ordering
ขนาดไฟล์ 1.69 MB
จำนวนการติดตั้ง 468
เวอร์ชันปัจจุบัน 0.4.9
อัปเดตครั้งล่าสุด 2022-02-10
วันที่เผยแพร่ 2020-07-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.oagenius.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.oagenius.com/webapp
URL หน้าช่วยเหลือ https://oagenius.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://www.oagenius.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OAGenius Auto ordering",
    "short_name": "OAGenius Auto ordering",
    "version": "0.4.9",
    "manifest_version": 2,
    "description": "OAGenius Auto ordering",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "OAGenius Fulfillment"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.oagenius.com\/orders"
            ],
            "js": [
                "oagenius.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.oagenius.com\/*"
            ],
            "js": [
                "js\/logout-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "js\/walmart.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.sentry.io\/*",
        "*:\/\/*.oagenius.com\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/.walmart.com\/*",
        "*:\/\/*.2captcha.com\/*",
        "*:\/\/*.px-cloud.net\/*",
        "cookies",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*",
        "js\/*"
    ],
    "incognito": "split"
}