KIWI

A kiwi web extension

Wat is KIWI?

KIWI is een Chrome-extensie ontwikkeld door https://thekiwi.app, en de belangrijkste functie is "A kiwi web extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KIWI

Download KIWI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam KIWI KIWI
ID jcglmlkccakngoioaakckfiimbjbpmja
Officiële URL https://chromewebstore.google.com/detail/kiwi/jcglmlkccakngoioaakckfiimbjbpmja
Beschrijving A kiwi web extension
Bestandsgrootte 929 KB
Aantal Installaties 2,327
Huidige Versie 1.12.2
Laatst Bijgewerkt 2021-05-20
Publicatiedatum 2020-12-02
Beoordeling 4.84/5 Totaal 82 Beoordelingen
Ontwikkelaar https://thekiwi.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thekiwi.app
Help Pagina-URL https://www.thekiwi.app/help-center/
URL van de Privacybeleid Pagina https://www.thekiwi.app/privacy-policy
Ondersteunde Talen 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';"
}