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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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