OAGenius Gravity - Dropship Product Sourcing

OAGenius Gravity Dropship Product Sourcing Chrome Extension

OAGenius Gravity - Dropship Product Sourcing란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

OAGenius Gravity - Dropship Product Sourcing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        OAGenius Gravity - Dropship Product Sourcing helps online retailers locate and source products to sell online.

Simply navigate to a product page or category page on one of our supported source sites and our system will show you matching products, pricing and cost breakdowns to help you decide what is profitable.

Save your finds and export a CSV when you are done.

Supported Marketplaces:
  - Amazon FBA and FBM
  - Walmart Marketplace (New)

Visit our website (https://www.oagenius.com/productsourcing) for a list of supported suppliers

As always, if you have questions or issues, please submit them to: [email protected]

Thanks!
OAGenius

To read more about our privacy policy please visit: https://www.oagenius.com/privacy-policy                    

확장 프로그램 기본 정보

이름 OAGenius Gravity - Dropship Product Sourcing OAGenius Gravity - Dropship Product Sourcing
ID domjholneadeckepifcoeeipmcpefkld
공식 URL https://chromewebstore.google.com/detail/oagenius-gravity-dropship/domjholneadeckepifcoeeipmcpefkld
설명 OAGenius Gravity Dropship Product Sourcing Chrome Extension
파일 크기 648 KB
설치 횟수 3,003
현재 버전 4.6.0
최근 업데이트 2023-11-17
출시 날짜 2020-06-02
평점 3.50/5 총 16 개의 평점
개발자 https://www.oagenius.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.oagenius.com
도움말 페이지 URL https://oagenius.zendesk.com
개인정보 보호 정책 페이지 URL https://www.oagenius.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OAGenius Gravity - Dropship Product Sourcing",
    "description": "OAGenius Gravity Dropship Product Sourcing Chrome Extension",
    "version": "4.6.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.oagenius.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.boscovs.com\/*",
        "*:\/\/*.homedepot.com\/*",
        "*:\/\/*.bedbathandbeyond.com\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/.walmart.com\/*",
        "*:\/\/*.zoro.com\/*",
        "*:\/\/*.lowes.com\/*",
        "*:\/\/*.vitacost.com\/*",
        "*:\/\/*.costco.com\/*",
        "*:\/\/*.farmandfleet.com\/*",
        "*:\/\/*.fleetfarm.com\/*",
        "*:\/\/*.overstock.com\/*",
        "*:\/\/*.samsclub.com\/*",
        "*:\/\/*.hardwareandtools.com\/*",
        "*:\/\/search.unbxd.io\/*",
        "*:\/\/collector-pxu6b0qd2s.px-cloud.net\/*",
        "*:\/\/ec2-52-87-187-109.compute-1.amazonaws.com\/*",
        "*:\/\/*.ebay.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "34": "icons\/icon-34.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "34": "icons\/icon-34.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox script-src 'self'; object-src 'self'"
    }
}