FIVERR +

Best seller/buyer features for Fiverr.

FIVERR + क्या है?

FIVERR + AnyThink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best seller/buyer features for Fiverr."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        🚀 Boost your service experience with FIVERR +.
🚫 No username or password required.

Features:
✅ Display buyer profile link in request
✅ Open profile popover by clicking buyer image
✅ Display buyer profile link when offering to request
✅ Open profile popover when offering to request by clicking buyer image
✅ Highlight today's buyer requests
✅ Mark previously seen / unseen requests
✅ Super easy attachment previewer (beta)

Pro features will be added in the future.

(For suggestions or feedback contact developer.)

Note : 
This is NOT an official product of Fiverr International Ltd and has no affiliation with Fiverr International Ltd.
This product is intended to be merely a productivity tool.                    

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

नाम FIVERR + FIVERR +
ID pgklcnjgjcnkfiepibhakpikmmjnobog
आधिकारिक URL https://chromewebstore.google.com/detail/fiverr-+/pgklcnjgjcnkfiepibhakpikmmjnobog
विवरण Best seller/buyer features for Fiverr.
फ़ाइल का आकार 4.34 MB
स्थापना संख्या 7,797
वर्तमान संस्करण 3.1
अंतिम अपडेट 2022-10-10
प्रकाशन तिथि 2020-11-10
रेटिंग 4.86/5 कुल 177 रेटिंग्स
डेवलपर AnyThink
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fiverr-plus.vercel.app
सहायता पृष्ठ URL https://fiverr-plus.vercel.app
गोपनीयता नीति पृष्ठ URL https://fiverr-plus.vercel.app/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIVERR +",
    "version": "3.1",
    "description": "Best seller\/buyer features for Fiverr.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArdwie8WXoF4OVYXZAvDch6ajMgXeOf57hD6F5NhktWtHnk0y3HDOdtHAkc8deNOKLI4zzg2IB31O+ol\/7T40fhYxPdzUmgfh62Dn2xipN\/pf7cRXLHI7cN48XJmYqfoCGFlZHw4Fm1SNR7nGTaz3htPne0QD0mtskLVJ1KvTLPjbHRKfHFuZozO1SlbEkeDPnze0L0qvKWDB1XBj6XJjLswy2gsGj6AE+cuGBt3aAZBBMx9bgXI8RgsivZuvVFQU9Ii7Suws4uD492qrkgGFlrdw8Awj2ocbqt4YOGDKEC0bVyzE3yELLls8vIhYljmg17egmd1iaoaXIec6UC4DQwIDAQAB",
    "oauth2": {
        "client_id": "843897102205-db5kumfadnumv9stv97stuk7jrvb6nut.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/www.fiverr.com\/*",
        "https:\/\/s3.amazonaws.com\/fiverr.com\/*",
        "https:\/\/fiverr-secured-attachments.s3.amazonaws.com\/*",
        "https:\/\/fiverr-plus.vercel.app\/*",
        "https:\/\/fiverr-res.cloudinary.com\/*"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png",
            "96": "images\/favicon-96x96.png",
            "128": "images\/favicon-128x128.png",
            "196": "images\/favicon-196x196.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/popper.min.js",
                "js\/tippy-bundle.umd.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "optional.js"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "pdfjs\/*"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "96": "images\/favicon-96x96.png",
        "128": "images\/favicon-128x128.png",
        "196": "images\/favicon-196x196.png"
    },
    "manifest_version": 3
}