GoodPix Product Clipper

Easily grab a product's image, link and product details for your GoodPix catalog.

Wat is GoodPix Product Clipper?

GoodPix Product Clipper is een Chrome-extensie ontwikkeld door https://www.goodpix.co, en de belangrijkste functie is "Easily grab a product's image, link and product details for your GoodPix catalog.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GoodPix Product Clipper

Download GoodPix Product Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easily grab a product's image, link and product details for your GoodPix catalog. Please note, you'll need to be logged into GoodPix for the clipper to work. If you are clipping from a site with whom we have a deal, the clipper will also generate a commissionable link.

Version 4.8.11 Released 4/17/2023
- Add Categories to Clipped Products in Clipper

Version 4.8.10 Released 1/31/2023
- Resolve issue from Manifest V3 upgrade 

Version 4.8.9 Released 1/30/2023
Improvements include
- Upgrade from Manifest V2 to Manifest V3

Version 4.8.8 Released 1/27/2023
Improvements include
- Custom Product URL for all membership levels

Version 4.8.7 Released 3/16/2021
Improvements include
- Patch since platform move from www.goodpix.co to app.goodpix.co

Version 4.8.6 Released 10/22/2021
Improvements include:
- Improved Image Selection
- Improved Tagging
- Improved Sizes
- Improved Colors                    

Basisinformatie over de Extensie

Naam GoodPix Product Clipper GoodPix Product Clipper
ID mofnafkoahdcedlkdcbfcfifenindfmi
Officiële URL https://chromewebstore.google.com/detail/goodpix-product-clipper/mofnafkoahdcedlkdcbfcfifenindfmi
Beschrijving Easily grab a product's image, link and product details for your GoodPix catalog.
Bestandsgrootte 1016 KB
Aantal Installaties 453
Huidige Versie 4.8.11
Laatst Bijgewerkt 2023-04-18
Publicatiedatum 2020-06-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.goodpix.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.goodpix.co/
Help Pagina-URL https://www.goodpix.co/
URL van de Privacybeleid Pagina https://app.goodpix.co/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoodPix Product Clipper",
    "version": "4.8.11",
    "description": "Easily grab a product's image, link and product details for your GoodPix catalog.",
    "browser_action": [],
    "permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/clipper-api.goodpix.io\/*",
        "*:\/\/clipper-api.goodpix.co\/*",
        "contextMenus",
        "cookies",
        "activeTab",
        "*:\/\/*.goodpix.co\/*",
        "*:\/\/*.goodpix.io\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "clipper-alt.png",
        "48": "clipper-alt.png",
        "128": "clipper-alt.png",
        "400": "clipper-alt.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-9rWyhbKFnO9XaSPwK9J\/e4GGI6TS9hluuva\/XqB075Y='; object-src 'self'"
}