EMIR | Envato Market Item Revenue
View estimated item revenue on Envato Market
Cos'è EMIR | Envato Market Item Revenue?
EMIR | Envato Market Item Revenue è un'estensione di Chrome sviluppata da https://sineway.github.io, e la sua funzione principale è "View estimated item revenue on Envato Market".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EMIR | Envato Market Item Revenue
Scarica i file di estensione EMIR | Envato Market Item Revenue 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
§ 1. How to use Hover your mouse over the item of interest, open the context menu and select «Estimate revenue…» § 2. How it works Item and author data is loaded via the Envato API — build.envato.com Calculations are based on information collected on the support site — help.author.envato.com Accuracy is not guaranteed due to limited data access, but this is sufficient to get a general idea.
Informazioni di Base sull'Estensione
Nome | EMIR | Envato Market Item Revenue |
ID | pinhfpohpmbelplaamagnefndmcljcbk |
URL Ufficiale | https://chromewebstore.google.com/detail/emir-envato-market-item-r/pinhfpohpmbelplaamagnefndmcljcbk |
Descrizione | View estimated item revenue on Envato Market |
Dimensione del File | 215 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2023-08-11 |
Data di Pubblicazione | 2020-05-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://sineway.github.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sineway/emir |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "author": "Sineway", "version": "2.0.2", "homepage_url": "https:\/\/github.com\/sineway\/emir", "icons": { "16": "\/ui\/resources\/icons\/png\/pie16.png", "32": "\/ui\/resources\/icons\/png\/pie32.png", "64": "\/ui\/resources\/icons\/png\/pie64.png", "128": "\/ui\/resources\/icons\/png\/pie128.png", "256": "\/ui\/resources\/icons\/png\/pie256.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "\/node_modules\/webextension-polyfill\/dist\/browser-polyfill.js", "\/background.js" ], "persistent": false }, "minimum_chrome_version": "86.0", "applications": { "gecko": { "strict_min_version": "85.0" } } } |