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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}