Profit Seeker Pro

Amazon and Walmart Product Search With WFS Calculator

Profit Seeker Pro란 무엇입니까?

Profit Seeker Pro은(는) https://profitseekerpro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon and Walmart Product Search With WFS Calculator"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Profit Seeker Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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