SpotShop

A powerful reverse ecommerce search tool, with support for various search engines, such as Amazon

O que é SpotShop?

SpotShop é uma extensão do Chrome desenvolvida por Ezeh Uche, e sua principal característica é "A powerful reverse ecommerce search tool, with support for various search engines, such as Amazon".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SpotShop

Baixe arquivos de extensão SpotShop no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Spotshop is a browser extension which enables you to does an Amazon.com reverse image search when you right click on an Image or the browser toolbar.

Images positioned at the selected area are detected regardless of how they were embedded in the page. The extension also supports uploading local images, searching for video frames, capturing details within images, and searching for images from private sites.

A handful of search modes to search for Amazon.com items are offered that serve different use cases. The search mode can be set independently for the context menu and browser toolbar from the extension's options.

Search modes:
  • Select (context menu and toolbar): select an image on the page, then search for the image URL, whenever possible. This is the default search mode.
  • Select & upload (context menu and toolbar): select an image on the page, then fetch the image, possibly from the browser cache, and upload it. This search mode is preferred for sites which do not allow direct linking of images or are otherwise private.
  • Capture (context menu and toolbar): select and capture a page area, then upload it.
  • Upload (toolbar): select or drop an image from your device, or paste it from the clipboard, then upload it.
  • URL (toolbar): search for an image URL.

Features:
  • Detect any image on the page, including those declared in CSS and pseudo-elements
  • Select the desired image from a dialog when multiple images are found
  • Search for images from private sites (see search modes)
  • Search for local images
  • Search for the current video frame                    

Informações Básicas da Extensão

Nome SpotShop SpotShop
ID jaoiemgfmlmegpjhbbeacnckgoodigdj
URL Oficial https://chromewebstore.google.com/detail/spotshop/jaoiemgfmlmegpjhbbeacnckgoodigdj
Descrição A powerful reverse ecommerce search tool, with support for various search engines, such as Amazon
Tamanho do Arquivo 576 KB
Contagem de Instalações 15
Versão Atual 3.3.0
Última Atualização 2020-11-16
Data de Publicação 2020-11-16
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Ezeh Uche
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://spotshopit.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.3.0",
    "author": "Ezeokeke Uche",
    "homepage_url": "https:\/\/spotshopit.co",
    "default_locale": "en",
    "minimum_chrome_version": "76.0",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data:; connect-src * blob:; object-src 'none';",
    "icons": {
        "16": "src\/icons\/app\/icon-16.png",
        "19": "src\/icons\/app\/icon-19.png",
        "24": "src\/icons\/app\/icon-24.png",
        "32": "src\/icons\/app\/icon-32.png",
        "38": "src\/icons\/app\/icon-38.png",
        "48": "src\/icons\/app\/icon-48.png",
        "64": "src\/icons\/app\/icon-64.png",
        "96": "src\/icons\/app\/icon-96.png",
        "128": "src\/icons\/app\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/icons\/app\/icon-16.png",
            "19": "src\/icons\/app\/icon-19.png",
            "24": "src\/icons\/app\/icon-24.png",
            "32": "src\/icons\/app\/icon-32.png",
            "38": "src\/icons\/app\/icon-38.png",
            "48": "src\/icons\/app\/icon-48.png",
            "64": "src\/icons\/app\/icon-64.png",
            "96": "src\/icons\/app\/icon-96.png",
            "128": "src\/icons\/app\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "background": {
        "page": "src\/background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "src\/content\/insert\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/content\/style.css",
        "src\/select\/pointer.css",
        "src\/select\/index.html",
        "src\/capture\/index.html",
        "src\/confirm\/index.html"
    ],
    "incognito": "split"
}