Fiverr Messanger

A messagining app for fiverr to pitch sellers and buyers

Fiverr Messanger क्या है?

Fiverr Messanger Webs-Automation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A messagining app for fiverr to pitch sellers and buyers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fiverr Messanger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Fiverr Messanger Fiverr Messanger
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"
    ]
}