EMIR | Envato Market Item Revenue

View estimated item revenue on Envato Market

EMIR | Envato Market Item Revenue là gì?

EMIR | Envato Market Item Revenue là một tiện ích mở rộng Chrome được phát triển bởi https://sineway.github.io, và tính năng chính của nó là "View estimated item revenue on Envato Market".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng EMIR | Envato Market Item Revenue

Tải xuống các tệp mở rộng EMIR | Envato Market Item Revenue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        § 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EMIR | Envato Market Item Revenue EMIR | Envato Market Item Revenue
ID pinhfpohpmbelplaamagnefndmcljcbk
URL Chính Thức https://chromewebstore.google.com/detail/emir-envato-market-item-r/pinhfpohpmbelplaamagnefndmcljcbk
Mô tả View estimated item revenue on Envato Market
Kích Thước Tệp 215 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2023-08-11
Ngày Phát Hành 2020-05-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://sineway.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sineway/emir
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}