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 |
Eメール | [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" } } } |