Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
Co to jest Fiverr Messanger?
Fiverr Messanger to rozszerzenie Chrome opracowane przez Webs-Automation, a jego główną funkcją jest „A messagining app for fiverr to pitch sellers and buyers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fiverr Messanger
Pobierz pliki rozszerzeń Fiverr Messanger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | gchfhbbnggokgehifdppoephbmhenaba | 
| Oficjalny URL | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba | 
| Opis | A messagining app for fiverr to pitch sellers and buyers | 
| Rozmiar pliku | 68.82 KB | 
| Liczba instalacji | 40 | 
| Aktualna Wersja | 0.6 | 
| Ostatnia Aktualizacja | 2023-02-23 | 
| Data Publikacji | 2023-02-10 | 
| Deweloper | Webs-Automation | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | http://eapplier.com | 
| Adres URL Strony Pomocy | http://eapplier.com/contact-us | 
| Adres URL Strony Polityki Prywatności | https://www.eapplier.com/policy | 
| Obsługiwane Języki | 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"
    ]
}  |  |