UnOfficial Fiverr Notifications
UnOfficial Fiverr Chrome Extentions
Что такое UnOfficial Fiverr Notifications?
UnOfficial Fiverr Notifications - это расширение Chrome, разработанное Ilias Haddad, и его основная функция - "UnOfficial Fiverr Chrome Extentions".
Снимки экрана расширения
Скачать файл CRX расширения UnOfficial Fiverr Notifications
Скачайте файлы расширений UnOfficial Fiverr Notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Save Your Time on Checking Buyer Requests and Focus On What Matters
Note: You need to logged in with Fiverr account to be able to receive notification
Source Code (Github Repo): https://github.com/IliasHad/fiverr_chrome_extension
If you have any feedback or suggestions about this chrome extension, you can just fill this form https://forms.gle/S8sh2Bw4EE9sN9Xx6 and I'll reply asap Основная информация о расширении
| Название | |
| ID | dpiiceilamhnhfmifmopmgoncpndlppa |
| Официальный URL | https://chromewebstore.google.com/detail/unofficial-fiverr-notific/dpiiceilamhnhfmifmopmgoncpndlppa |
| Описание | UnOfficial Fiverr Chrome Extentions |
| Размер файла | 18.96 KB |
| Количество установок | 1,362 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2020-09-21 |
| Дата публикации | 2019-05-02 |
| Рейтинг | 3.84/5 Всего 19 оценок |
| Разработчик | Ilias Haddad |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "UnOfficial Fiverr Notifications",
"version": "1.0.1",
"description": "UnOfficial Fiverr Chrome Extentions",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/geek-16.png",
"32": "img\/geek-32.png",
"48": "img\/geek-48.png",
"128": "img\/geek-128.png"
}
},
"permissions": [
"storage",
"notifications",
"background",
"http:\/\/www.fiverr.com\/",
"https:\/\/www.fiverr.com\/"
],
"web_accessible_resources": [
"img\/geek-48.png"
],
"manifest_version": 2
} | |