Pinduoduo Search by Image

One click to find the same products on Pinduoduo, 1688, Taobao, etc.

Pinduoduo Search by Imageとは何ですか?

Pinduoduo Search by Imageはaliprice3によって開発されたChromeの拡張機能で、その主な機能は「One click to find the same products on Pinduoduo, 1688, Taobao, etc.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Pinduoduo Search by Image拡張機能のCRXファイルをダウンロード

Pinduoduo Search by Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Main features:
1. Use pictures to search for the same style. With one click, you can find the source of the same style on Pinduoduo, Taobao, and 1688 through image search, saving time.
2. Display JD coupons. Some merchants’ coupons are not directly displayed on the product page. Installing our plug-in can display and hide coupons to help you save money.
3. Copy link, add a copy link button, which makes it easier for you to copy Taobao and 1688 product links, and you can also share product screenshots.
4. Screenshot translation, capture pictures, and translate the text on the pictures.
5. Multi-language translation, enter your native language in the extension search box to translate into Chinese.
6. Image download, download images and videos of Pinduoduo, Taobao, and 1688 products; export image links for copying; image translation, online one-click editing and text compilation.
7. Compare similar products and export them to Excel files
8. Download review images from AliExpress and Amazon and export the reviews to Excel files.
9. Export the shopping cart list of 1688 and Taobao
10. NEW: Amazon search by image
11. Filter and export

If you have any questions or suggestions, please feel free to contact us.
https://www.aliprice.com/information/index?page=contact
Please feel free to use it, this plug-in does not collect personal information. For details, please see the privacy policy: https://www.aliprice.com/information/index/page/privacy

By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate links, including Pinduoduo and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

拡張機能の基本情報

名前 Pinduoduo Search by Image Pinduoduo Search by Image
ID bedebpfmdganddijhfbbaabedpmlokdk
公式URL https://chromewebstore.google.com/detail/pinduoduo-search-by-image/bedebpfmdganddijhfbbaabedpmlokdk
説明 One click to find the same products on Pinduoduo, 1688, Taobao, etc.
ファイルサイズ 4.84 MB
インストール数 7,000
現在のバージョン 3.0.7
最終更新日 2024-01-22
公開日 2021-09-21
評価 4.90/5 合計 165 レビュー
開発者 aliprice3
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.aliprice.com/
ヘルプページのURL https://www.aliprice.com/information/index?page=contact
プライバシーポリシーページのURL https://www.aliprice.com/information/index/page/privacy
対応言語 id,de,en,en-GB,en-US,fr,nl,vi,tr,es,es-419,it,pt-BR,pt-PT,ru,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.7",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10228&channel=chrome&platform=pinduoduo_search_by_image&version=3.0.7&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script-2.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}