OAGenius Sage Facebook Shops

OAGenius Sage Facebook Shops

OAGenius Sage Facebook Shops란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        OAGenius Sage Facebook Shops helps online retailers manage their Facebook shops orders.

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

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

확장 프로그램 기본 정보

이름 OAGenius Sage Facebook Shops OAGenius Sage Facebook Shops
ID gijfeokcjdmnbfaalhnfbnofapnjeofk
공식 URL https://chromewebstore.google.com/detail/oagenius-sage-facebook-sh/gijfeokcjdmnbfaalhnfbnofapnjeofk
설명 OAGenius Sage Facebook Shops
파일 크기 194 KB
설치 횟수 47
현재 버전 1.1.0
최근 업데이트 2023-10-16
출시 날짜 2022-11-11
개발자 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.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.1.0",
    "name": "OAGenius Sage Facebook Shops",
    "description": "OAGenius Sage Facebook Shops",
    "author": "root",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "background": {
        "service_worker": "background.23452572.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/commerce\/products\/*"
            ],
            "js": [
                "list-with-oag.7d61af31.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/commerce\/*"
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/business.facebook.com\/*"
            ],
            "resources": [
                "contents.7578acc3.css"
            ]
        }
    ]
}