Profit Seeker Pro

Amazon and Walmart Product Search With WFS Calculator

Profit Seeker Proคืออะไร?

Profit Seeker Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://profitseekerpro.com และคุณลักษณะหลักของมันคือ "Amazon and Walmart Product Search With WFS Calculator"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profit Seeker Pro

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

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

                        Update* Now works on Walmarts website and includes a built-in WFS Calculator.

This tool is designed to streamline manual sourcing and previous leads lists for Amazon sellers. It allows users to upload Excel/CSV files containing product information, such as titles, prices, URLs, and images. The tool provides a dynamic interface that remains accessible while browsing Amazon, displaying essential product details. Users can navigate through their data, apply discounts, edit titles, search Google, and export data to Google Sheets. It's a powerful and user-friendly solution for data-driven Amazon sellers, wholesalers, and data scrapers, enhancing their efficiency and decision-making.

** For the extension to work you need to create an account on ProfitSeekerPro.com first and sign up for a free trial or a subscription.

Works on all Amazon marketplaces, as well as Walmart.

Free trial for 14 days with no payment info required, then a monthly or annual subscription option.

After adding the extension, please go to https://profitseekerpro.com to signup.

Not Affiliated With Amazon.com or its Subsidiaries                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Profit Seeker Pro Profit Seeker Pro
ID dhjacjedfpdbncbakbobkkpalnkcnmhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/profit-seeker-pro/dhjacjedfpdbncbakbobkkpalnkcnmhd
คำอธิบาย Amazon and Walmart Product Search With WFS Calculator
ขนาดไฟล์ 1.43 MB
จำนวนการติดตั้ง 322
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2023-09-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://profitseekerpro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://profitseekerpro.com/
URL หน้าช่วยเหลือ https://profitseekerpro.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://profitseekerpro.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Profit Seeker Pro",
    "description": "Amazon and Walmart Product Search With WFS Calculator",
    "version": "1.1.0",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "identity"
    ],
    "oauth2": {
        "client_id": "883726348885-jb5mtrlkoar3c78pp0kem9akcnaourgp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/contentExport.js"
            ],
            "css": [
                "css\/boxstyle.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "js\/contentWalmart.js",
                "js\/contentExport.js",
                "js\/calculatorWalmart.js"
            ],
            "css": [
                "css\/boxstyleWal.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}