KIWI

A kiwi web extension

O que é KIWI?

KIWI é uma extensão do Chrome desenvolvida por https://thekiwi.app, e sua principal característica é "A kiwi web extension".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão KIWI

Baixe arquivos de extensão KIWI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome KIWI KIWI
ID jcglmlkccakngoioaakckfiimbjbpmja
URL Oficial https://chromewebstore.google.com/detail/kiwi/jcglmlkccakngoioaakckfiimbjbpmja
Descrição A kiwi web extension
Tamanho do Arquivo 929 KB
Contagem de Instalações 2,327
Versão Atual 1.12.2
Última Atualização 2021-05-20
Data de Publicação 2020-12-02
Classificação 4.84/5 Total de 82 Avaliações
Desenvolvedor https://thekiwi.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.thekiwi.app
URL da Página de Ajuda https://www.thekiwi.app/help-center/
URL da Página de Política de Privacidade https://www.thekiwi.app/privacy-policy
Idiomas Suportados 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';"
}