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
公式URL 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
Eメール [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"
    ]
}