Scrap tool

Gestion des modèles

什麼是Scrap tool?

Scrap tool是由oliviercosquer開發的Chrome擴展程式,該擴展的主要功能是“Gestion des modèles”。

擴展截圖

screenshot

下載Scrap tool擴展crx文件

下載Scrap tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Outil de mapping pour un scrapper.
Permet de sélectionner des éléments HTML, texte et images, de produits sur les sites de vos fournisseurs et ainsi importer les informations sur les produits dans votre boutique en ligne.                    

擴展基本資訊

名稱 Scrap tool Scrap tool
ID pigflglipicghgmmbcehbhhfggacohmf
官方網址 https://chromewebstore.google.com/detail/scrap-tool/pigflglipicghgmmbcehbhhfggacohmf
簡介 Gestion des modèles
檔案大小 2.42 MB
安裝次數 37
目前版本 1.2.2
更新時間 2022-02-03
上架時間 2021-05-31
開發者 oliviercosquer
電子郵箱 [email protected]
付費類型 free
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrap tool",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Gestion des mod\u00e8les",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "R\u00e9glage de l'extension",
        "default_popup": "\/templates\/popup.html"
    },
    "background": {
        "page": "\/templates\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/api.libeez.com\/*",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/templates\/panel.html",
        "\/css\/*",
        "\/js\/panel.js"
    ]
}