Goods Searcher

This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...

Apa itu Goods Searcher?

Goods Searcher adalah ekstensi Chrome yang dikembangkan oleh Ivan D., dan fitur utamanya adalah "This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Goods Searcher

Unduh file ekstensi Goods Searcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - Версия 3.4. Добавлены новые магазины для поиска. 
Это расширение позволяет найти нужный товар по выделенному тексту в популярных интернет-магазинах. Всего 10 магазинов. Можно также попытаться поискать обзор на этот товар на YouTube.                    

Informasi Dasar Ekstensi

Nama Goods Searcher Goods Searcher
ID hgkgelpbdfdkhapnmbidgeaahfkgkkoo
URL Resmi https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo
Deskripsi This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
Ukuran File 17.42 KB
Jumlah Instalasi 31
Versi Saat Ini 3.4
Terakhir Diperbarui 2020-03-17
Tanggal Publikasi 2020-03-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Ivan D.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/48x48.png",
        "default_popup": "pop.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/boot.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/128x128.png",
        "48": "icons\/48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "version": "3.4"
}