Scrap tool
Gestion des modèles
什么是Scrap tool?
Scrap tool是由oliviercosquer开发的Chrome扩展程序,该扩展的主要功能是“Gestion des modèles”。
扩展截图
下载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 |
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" ] } |