Smart Fiverr

Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…

ما هو Smart Fiverr؟

Smart Fiverr هو إضافة Chrome تم تطويرها بواسطة https://smartfiverr.com، والميزة الرئيسية لها هي "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Smart Fiverr

قم بتنزيل ملفات الامتداد Smart Fiverr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Enhance your Fiverr seller account with features like

an autoresponder that responds to messages, 

always be online to get more offers, 

get buyer request notifications based on the GIG you provide,

A money calculator for you to know how much buyer pays and what you get, 

A better fiverr notification with custom notification sounds you can pick from

This extension keeps working till your computer is turned off. Give it a try and you'll love it                    

معلومات أساسية عن التمديد

الاسم Smart Fiverr Smart Fiverr
ID aekhkmkjmigbecagogodpaepchpjjcnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh
الوصف Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
حجم الملف 473 KB
عدد التثبيتات 5,623
النسخة الحالية 1.2.7
آخر تحديث 2021-06-16
تاريخ النشر 2021-03-08
تقييم 3.57/5 مجموع تقييمات 23
المطور https://smartfiverr.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://smartfiverr.com
عنوان صفحة المساعدة https://smartfiverr.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Fiverr",
    "version": "1.2.7",
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/*.fiverr.com\/*",
        "https:\/\/*.smartfiverr.com\/*",
        "background",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fiverr.com\/*"
            ],
            "js": [
                "\/contentscripts.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}