KIWI

A kiwi web extension

What is KIWI?

KIWI is a Chrome extension developed by https://thekiwi.app, and its main feature is "A kiwi web extension".

Extension Screenshots

screenshot

Download KIWI Extension CRX File

Download KIWI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name KIWI KIWI
ID jcglmlkccakngoioaakckfiimbjbpmja
Official URL https://chromewebstore.google.com/detail/kiwi/jcglmlkccakngoioaakckfiimbjbpmja
Description A kiwi web extension
File Size 929 KB
Installation Count 2,327
Current Version 1.12.2
Last Updated 2021-05-20
Publish Date 2020-12-02
Rating 4.84/5 Total 82 Ratings
Developer https://thekiwi.app
Email [email protected]
Payment Type free
Extension Website https://www.thekiwi.app
Help Page URL https://www.thekiwi.app/help-center/
Privacy Policy Page URL https://www.thekiwi.app/privacy-policy
Supported Languages 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';"
}