Profit Genie

This extension will analyze google products

Profit Genie là gì?

Profit Genie là một tiện ích mở rộng Chrome được phát triển bởi vaival-chrome-developers, và tính năng chính của nó là "This extension will analyze google products".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Profit Genie

Tải xuống các tệp mở rộng Profit Genie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Profit Genie Chrome Extension

Profit Genie helps sellers to find out best selling opportunities on google shopping. It shows products potential's stats like number of sales, estimated revenue, # of review and ratings from each product etc... which could help sellers to take decision on the product. Even though seller will be able to see the potential profit an estimated margin.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Profit Genie Profit Genie
ID hlnddbinpplgecdbgpmjjcbbcleokmgj
URL Chính Thức https://chromewebstore.google.com/detail/profit-genie/hlnddbinpplgecdbgpmjjcbbcleokmgj
Mô tả This extension will analyze google products
Kích Thước Tệp 2.46 MB
Số Lần Cài Đặt 2,671
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2022-11-08
Ngày Phát Hành 2021-03-18
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển vaival-chrome-developers
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cartzy.com/privacy?flux_sess=0f020e80354392ed661370b406122e04&flux_hid=1707945035503568009
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "manifest_version": 2,
    "version": "1.8",
    "name": "Profit Genie",
    "description": "This extension will analyze google products",
    "browser_action": {
        "default_icon": "images\/icons\/icon-48.png",
        "default_popup": "INDEX.html",
        "default_title": "Profit Genie"
    },
    "background": {
        "scripts": [
            "js\/BACKGROUND.js"
        ]
    },
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-48.png"
    },
    "permissions": [
        "storage",
        "background",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/*.jpeg"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery.js",
                "js\/bootstrap.min.js",
                "js\/jquery.dataTables.js",
                "js\/dataTables.buttons.min.js",
                "js\/html2canvas.min.js",
                "js\/FileSaver.js",
                "js\/bootstrap-switch.js",
                "js\/toastr.min.js",
                "js\/AJAXq.js",
                "js\/ContentScript.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}