Fiverr Messanger

A messagining app for fiverr to pitch sellers and buyers

Fiverr Messangerคืออะไร?

Fiverr Messanger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webs-Automation และคุณลักษณะหลักของมันคือ "A messagining app for fiverr to pitch sellers and buyers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiverr Messanger

ดาวน์โหลดไฟล์ส่วนขยาย Fiverr Messanger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    ]
}