OAGenius Gravity - Dropship Product Sourcing

OAGenius Gravity Dropship Product Sourcing Chrome Extension

OAGenius Gravity - Dropship Product Sourcingคืออะไร?

OAGenius Gravity - Dropship Product Sourcing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.oagenius.com และคุณลักษณะหลักของมันคือ "OAGenius Gravity Dropship Product Sourcing Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OAGenius Gravity - Dropship Product Sourcing

ดาวน์โหลดไฟล์ส่วนขยาย OAGenius Gravity - Dropship Product Sourcing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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