Scrap tool

Gestion des modèles

Что такое Scrap tool?

Scrap tool - это расширение Chrome, разработанное oliviercosquer, и его основная функция - "Gestion des modèles".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Scrap tool

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}