OAGenius Auto ordering

OAGenius Auto ordering

OAGenius Auto ordering란 무엇입니까?

OAGenius Auto ordering은(는) https://www.oagenius.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OAGenius Auto ordering"입니다.

확장 프로그램 스크린샷

screenshot

OAGenius Auto ordering 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}