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