Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Что такое Smart Fiverr?
Smart Fiverr - это расширение Chrome, разработанное https://smartfiverr.com, и его основная функция - "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".
Снимки экрана расширения
Скачать файл CRX расширения Smart Fiverr
Скачайте файлы расширений Smart Fiverr в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more offers, get buyer request notifications based on the GIG you provide, A money calculator for you to know how much buyer pays and what you get, A better fiverr notification with custom notification sounds you can pick from This extension keeps working till your computer is turned off. Give it a try and you'll love it
Основная информация о расширении
Название | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
Официальный URL | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Описание | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
Размер файла | 473 KB |
Количество установок | 5,623 |
Текущая Версия | 1.2.7 |
Последнее Обновление | 2021-06-16 |
Дата публикации | 2021-03-08 |
Рейтинг | 3.57/5 Всего 23 оценок |
Разработчик | https://smartfiverr.com |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://smartfiverr.com |
URL страницы помощи | https://smartfiverr.com |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Fiverr", "version": "1.2.7", "permissions": [ "storage", "notifications", "*:\/\/*.fiverr.com\/*", "https:\/\/*.smartfiverr.com\/*", "background", "webRequest", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.fiverr.com\/*" ], "js": [ "\/contentscripts.js" ], "css": [ "style.css" ], "all_frames": true } ], "web_accessible_resources": [ "\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |