EMIR | Envato Market Item Revenue
View estimated item revenue on Envato Market
Qu'est-ce que EMIR | Envato Market Item Revenue ?
EMIR | Envato Market Item Revenue est une extension Chrome développée par https://sineway.github.io, et sa fonction principale est "View estimated item revenue on Envato Market".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EMIR | Envato Market Item Revenue
Téléchargez les fichiers d'extension EMIR | Envato Market Item Revenue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
§ 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.
Informations de Base sur l'Extension
Nom | EMIR | Envato Market Item Revenue |
ID | pinhfpohpmbelplaamagnefndmcljcbk |
URL Officiel | https://chromewebstore.google.com/detail/emir-envato-market-item-r/pinhfpohpmbelplaamagnefndmcljcbk |
Description | View estimated item revenue on Envato Market |
Taille du Fichier | 215 KB |
Nombre d'Installations | 42 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2023-08-11 |
Date de Publication | 2020-05-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://sineway.github.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sineway/emir |
Langues Prises en Charge | 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" } } } |