EMIR | Envato Market Item Revenue
View estimated item revenue on Envato Market
ما هو EMIR | Envato Market Item Revenue؟
EMIR | Envato Market Item Revenue هو إضافة Chrome تم تطويرها بواسطة https://sineway.github.io، والميزة الرئيسية لها هي "View estimated item revenue on Envato Market".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EMIR | Envato Market Item Revenue
قم بتنزيل ملفات الامتداد EMIR | Envato Market Item Revenue بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
§ 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" } } } |