KIWI

A kiwi web extension

KIWIคืออะไร?

KIWI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thekiwi.app และคุณลักษณะหลักของมันคือ "A kiwi web extension"

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

screenshot

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

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

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

                        Connect with experts. Resolve your issues in realtime. With Kiwi, hire expert freelancers and get your issues resolved in realtime. 

KIWI extension is perfect for those roadblock issues that hold you from going to the next step. We connect you and the expert freelancer over a video call. The expert freelancer will help resolve your problem in realtime.

Designed to effortlessly find the best freelancer for the job.
Kiwi has removed posting projects, reviewing proposals, sales pitches, bargaining, and follow-ups from the equation. Simply put, we connect you with the best freelancer for the job to get your issue resolved in realtime.

Hands down the best place to find an expert freelancer.
Sales guys send great proposals. But on Kiwi, we don’t have sales guys. We have freelancers that are expert at their craft. We’ve therefore removed sales pitches, proposals, bargaining, and follow-ups out of the equation. We simply connect you with the best freelancer for your particular job. 

Solving your Issue in realtime.
You have an issue that needs to be fixed. We connect you with the best freelancer for the job who is available right now to resolve your issue. The freelancer will connect with you over a video call and solve your issue instantly.

Solution first, pay later.
At KIWI, we do not want you to deposit funds with us and then get stuck. We believe in a solutions first approach. You only pay ‘AFTER’ your issue is resolved.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KIWI KIWI
ID jcglmlkccakngoioaakckfiimbjbpmja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kiwi/jcglmlkccakngoioaakckfiimbjbpmja
คำอธิบาย A kiwi web extension
ขนาดไฟล์ 929 KB
จำนวนการติดตั้ง 2,327
เวอร์ชันปัจจุบัน 1.12.2
อัปเดตครั้งล่าสุด 2021-05-20
วันที่เผยแพร่ 2020-12-02
คะแนน 4.84/5 รวมทั้งหมด 82 คะแนน
ผู้พัฒนา https://thekiwi.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thekiwi.app
URL หน้าช่วยเหลือ https://www.thekiwi.app/help-center/
URL หน้านโยบายความเป็นส่วนตัว https://www.thekiwi.app/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KIWI",
    "description": "A kiwi web extension",
    "version": "1.12.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-kiwi.png",
        "48": "icons\/icon-kiwi.png",
        "128": "icons\/icon-kiwi.png"
    },
    "browser_action": {
        "default_title": "Kiwi",
        "default_popup": "www\/index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "firebase-app.js",
            "firebase-messaging.js",
            "www\/js\/bex-background.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/*.activecampaign.com\/*"
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage",
        "tabs",
        "notifications",
        "cookies",
        "alarms"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        "",
        "*.mpeg"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.app.staging.thekiwi.app\/*",
            "https:\/\/*.app.thekiwi.app\/*",
            "https:\/\/*.thekiwi.app\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com  https:\/\/www.googletagmanager.com 'unsafe-eval'; object-src 'self';"
}