Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
什么是Lector LotSystem?
Lector LotSystem是由Eleazar开发的Chrome扩展程序,该扩展的主要功能是“This extension to extract important sections to retreieve Selling and Prizes.”。
扩展截图
下载Lector LotSystem扩展crx文件
下载Lector LotSystem扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cargar ventas y premios.
扩展基本信息
名称 | Lector LotSystem |
ID | llbghjimboaadfnjjpmpljgfaonciclg |
官方URL | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
简介 | This extension to extract important sections to retreieve Selling and Prizes. |
文件大小 | 201 KB |
安装次数 | 10 |
当前版本 | 1.0.4 |
更新时间 | 2015-05-25 |
上架时间 | 2015-05-25 |
开发者 | Eleazar |
付费类型 | free |
扩展官网 | http://www.lotsystem.com |
支持的语言 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lector LotSystem", "description": "This extension to extract important sections to retreieve Selling and Prizes.", "version": "1.0.4", "offline_enabled": true, "permissions": [ "tabs", "http:\/\/*.lotsystem.com\/", "http:\/\/*\/gato_negro\/*", "http:\/\/pos.superjugadas.net\/*" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery\/jquery.js", "lot.script.js" ], "all_frames": false, "run_at": "document_end" } ] } |