KIWI

A kiwi web extension

Co to jest KIWI?

KIWI to rozszerzenie Chrome opracowane przez https://thekiwi.app, a jego główną funkcją jest „A kiwi web extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KIWI

Pobierz pliki rozszerzeń KIWI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa KIWI KIWI
ID jcglmlkccakngoioaakckfiimbjbpmja
Oficjalny URL https://chromewebstore.google.com/detail/kiwi/jcglmlkccakngoioaakckfiimbjbpmja
Opis A kiwi web extension
Rozmiar pliku 929 KB
Liczba instalacji 2,327
Aktualna Wersja 1.12.2
Ostatnia Aktualizacja 2021-05-20
Data Publikacji 2020-12-02
Ocena 4.84/5 Łącznie 82 Oceny
Deweloper https://thekiwi.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.thekiwi.app
Adres URL Strony Pomocy https://www.thekiwi.app/help-center/
Adres URL Strony Polityki Prywatności https://www.thekiwi.app/privacy-policy
Obsługiwane Języki 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';"
}