EMIR | Envato Market Item Revenue
View estimated item revenue on Envato Market
什么是EMIR | Envato Market Item Revenue?
EMIR | Envato Market Item Revenue是由https://sineway.github.io开发的Chrome扩展程序,该扩展的主要功能是“View estimated item revenue on Envato Market”。
扩展截图
下载EMIR | Envato Market Item Revenue扩展crx文件
下载EMIR | Envato Market Item Revenue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
§ 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.
扩展基本信息
名称 | EMIR | Envato Market Item Revenue |
ID | pinhfpohpmbelplaamagnefndmcljcbk |
官方URL | https://chromewebstore.google.com/detail/emir-envato-market-item-r/pinhfpohpmbelplaamagnefndmcljcbk |
简介 | View estimated item revenue on Envato Market |
文件大小 | 215 KB |
安装次数 | 42 |
当前版本 | 2.0.2 |
更新时间 | 2023-08-11 |
上架时间 | 2020-05-10 |
评分 | 5.00/5 共3次评分 |
开发者 | https://sineway.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sineway/emir |
支持的语言 | 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" } } } |