Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
Что такое Fiverr Messanger?
Fiverr Messanger - это расширение Chrome, разработанное Webs-Automation, и его основная функция - "A messagining app for fiverr to pitch sellers and buyers".
Снимки экрана расширения
Скачать файл CRX расширения Fiverr Messanger
Скачайте файлы расширений Fiverr Messanger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It's a pitching tool to contact fiver users as sellers and send them messages automatically. It can search searching for a specific category and pass your message to their inbox whether the seller's are online or offline. Основная информация о расширении
| Название | |
| ID | gchfhbbnggokgehifdppoephbmhenaba |
| Официальный URL | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
| Описание | A messagining app for fiverr to pitch sellers and buyers |
| Размер файла | 68.82 KB |
| Количество установок | 40 |
| Текущая Версия | 0.6 |
| Последнее Обновление | 2023-02-23 |
| Дата публикации | 2023-02-10 |
| Разработчик | Webs-Automation |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://eapplier.com |
| URL страницы помощи | http://eapplier.com/contact-us |
| URL страницы политики конфиденциальности | https://www.eapplier.com/policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Fiverr Messanger",
"version": "0.6",
"description": "A messagining app for fiverr to pitch sellers and buyers",
"content_scripts": [
{
"matches": [
"https:\/\/www.fiverr.com\/*"
],
"js": [
"jquery.min.js",
"content.js",
"login.js"
]
}
],
"action": {
"default_popup": "background.html"
},
"web_accessible_resources": [
{
"resources": [
"results.json",
"https:\/\/websautomation.com\/ebay\/result.php",
"result.php"
],
"matches": [],
"extension_ids": []
}
],
"permissions": [
"storage"
]
} | |