GoodPix Product Clipper

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

GoodPix Product Clipperとは何ですか?

GoodPix Product Clipperはhttps://www.goodpix.coによって開発されたChromeの拡張機能で、その主な機能は「Easily grab a product's image, link and product details for your GoodPix catalog.」です。

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

screenshot
screenshot
screenshot
screenshot

GoodPix Product Clipper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GoodPix Product Clipper GoodPix Product Clipper
ID mofnafkoahdcedlkdcbfcfifenindfmi
公式URL https://chromewebstore.google.com/detail/goodpix-product-clipper/mofnafkoahdcedlkdcbfcfifenindfmi
説明 Easily grab a product's image, link and product details for your GoodPix catalog.
ファイルサイズ 1016 KB
インストール数 453
現在のバージョン 4.8.11
最終更新日 2023-04-18
公開日 2020-06-10
評価 5.00/5 合計 1 レビュー
開発者 https://www.goodpix.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.goodpix.co/
ヘルプページのURL https://www.goodpix.co/
プライバシーポリシーページのURL https://app.goodpix.co/privacy-policy
対応言語 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'"
}