GoodPix Product Clipper

GoodPix Product Clipper

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

Merlin
Additional files are visible only to premium users

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'"
}