Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Cos'è Lector LotSystem?
Lector LotSystem è un'estensione di Chrome sviluppata da Eleazar, e la sua funzione principale è "This extension to extract important sections to retreieve Selling and Prizes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lector LotSystem
Scarica i file di estensione Lector LotSystem in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Cargar ventas y premios.
Informazioni di Base sull'Estensione
Nome | Lector LotSystem |
ID | llbghjimboaadfnjjpmpljgfaonciclg |
URL Ufficiale | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
Descrizione | This extension to extract important sections to retreieve Selling and Prizes. |
Dimensione del File | 201 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2015-05-25 |
Data di Pubblicazione | 2015-05-25 |
Sviluppatore | Eleazar |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.lotsystem.com |
Lingue Supportate | 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" } ] } |