OAGenius Sage

OAGenius Sage

OAGenius Sage란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        OAGenius Sage helps online retailers manage their orders.

Use this extension to automatically pull order information from your sales channels into the OAGenius Sage ecommerce order management system.

Manages your inventory seamlessly.

Easily set orders to different statuses, see your profits and let the extension automatically push tracking numbers to sales channels for you.                    

확장 프로그램 기본 정보

이름 OAGenius Sage OAGenius Sage
ID nelailgikbgmpblahbbibnmenpblddlg
공식 URL https://chromewebstore.google.com/detail/oagenius-sage/nelailgikbgmpblahbbibnmenpblddlg
설명 OAGenius Sage
파일 크기 1.88 MB
설치 횟수 177
현재 버전 1.0.12
최근 업데이트 2024-02-28
출시 날짜 2023-04-17
개발자 https://www.oagenius.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.oagenius.com/
도움말 페이지 URL https://oagenius.zendesk.com
개인정보 보호 정책 페이지 URL https://www.oagenius.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.a3ca5723.png",
        "32": "icon32.plasmo.ecd103a5.png",
        "48": "icon48.plasmo.74688037.png",
        "64": "icon64.plasmo.40ede470.png",
        "128": "icon128.plasmo.627c4e8e.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.a3ca5723.png",
            "32": "icon32.plasmo.ecd103a5.png",
            "48": "icon48.plasmo.74688037.png",
            "64": "icon64.plasmo.40ede470.png",
            "128": "icon128.plasmo.627c4e8e.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.12",
    "author": "Hayk",
    "name": "OAGenius Sage",
    "description": "OAGenius Sage",
    "background": {
        "service_worker": "background.e4e9b14f.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icon_success.png",
                "assets\/icon_warning.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}