Fiverr Messanger

A messagining app for fiverr to pitch sellers and buyers

Wat is Fiverr Messanger?

Fiverr Messanger is een Chrome-extensie ontwikkeld door Webs-Automation, en de belangrijkste functie is "A messagining app for fiverr to pitch sellers and buyers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fiverr Messanger

Download Fiverr Messanger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fiverr Messanger Fiverr Messanger
ID gchfhbbnggokgehifdppoephbmhenaba
Officiële URL https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba
Beschrijving A messagining app for fiverr to pitch sellers and buyers
Bestandsgrootte 68.82 KB
Aantal Installaties 40
Huidige Versie 0.6
Laatst Bijgewerkt 2023-02-23
Publicatiedatum 2023-02-10
Ontwikkelaar Webs-Automation
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://eapplier.com
Help Pagina-URL http://eapplier.com/contact-us
URL van de Privacybeleid Pagina https://www.eapplier.com/policy
Ondersteunde Talen 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"
    ]
}