OAGenius Auto ordering

OAGenius Auto ordering

OAGenius Auto ordering là gì?

OAGenius Auto ordering là một tiện ích mở rộng Chrome được phát triển bởi https://www.oagenius.com, và tính năng chính của nó là "OAGenius Auto ordering".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OAGenius Auto ordering

Tải xuống các tệp mở rộng OAGenius Auto ordering dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OAGenius Auto ordering OAGenius Auto ordering
ID ecpakkldffjcpgamneaknlgcdfkmamep
URL Chính Thức https://chromewebstore.google.com/detail/oagenius-auto-ordering/ecpakkldffjcpgamneaknlgcdfkmamep
Mô tả OAGenius Auto ordering
Kích Thước Tệp 1.69 MB
Số Lần Cài Đặt 468
Phiên Bản Hiện Tại 0.4.9
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.oagenius.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.oagenius.com/webapp
URL Trang Trợ Giúp https://oagenius.zendesk.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.oagenius.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}