Scrap tool
Gestion des modèles
Wat is Scrap tool?
Scrap tool is een Chrome-extensie ontwikkeld door oliviercosquer, en de belangrijkste functie is "Gestion des modèles".
Extensie Screenshots
Download het CRX-bestand van de extensie Scrap tool
Download Scrap tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Scrap tool |
ID | pigflglipicghgmmbcehbhhfggacohmf |
Officiële URL | https://chromewebstore.google.com/detail/scrap-tool/pigflglipicghgmmbcehbhhfggacohmf |
Beschrijving | Gestion des modèles |
Bestandsgrootte | 2.42 MB |
Aantal Installaties | 37 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2022-02-03 |
Publicatiedatum | 2021-05-31 |
Ontwikkelaar | oliviercosquer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |