Capital Koala

Bouton d'aide à l'achat Capital Koala pour Google Chrome

Capital Koala란 무엇입니까?

Capital Koala은(는) https://www.capitalkoala.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bouton d'aide à l'achat Capital Koala pour Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Capital Koala 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Le Koala reconnaît automatiquement les commerçants partenaires quand vous arrivez sur leur site : pas besoin de passer par notre site pour activer vos remboursements.

> Gratuit et facile à utiliser

> Discret et respectueux de votre navigation

> Efficace : remboursements appliqués automatiquement + codes promo mis à jour quotidiennement

Charte qualité :
> Ajout / suppression du Koala en 2 clics
> Seule donnée conservée : les sites où vous activez Koala (pour activer vos remboursements)                    

확장 프로그램 기본 정보

이름 Capital Koala Capital Koala
ID dbpclfjlnaeaejebnjdeadlafkmkldgl
공식 URL https://chromewebstore.google.com/detail/capital-koala/dbpclfjlnaeaejebnjdeadlafkmkldgl
설명 Bouton d'aide à l'achat Capital Koala pour Google Chrome
파일 크기 271 KB
설치 횟수 20,000
현재 버전 9.0.0.1
최근 업데이트 2023-06-02
출시 날짜 2020-06-19
평점 4.55/5 총 22 개의 평점
개발자 https://www.capitalkoala.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.capitalkoala.com/info/barre-aide-achat/
도움말 페이지 URL https://www.capitalkoala.com/faq/#10
개인정보 보호 정책 페이지 URL https://capitalkoala.com/info/protection-des-donnees
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capital Koala",
    "version": "9.0.0.1",
    "manifest_version": 3,
    "description": "Bouton d'aide \u00e0 l'achat Capital Koala pour Google Chrome",
    "icons": {
        "16": ".\/img\/icon-16.png",
        "19": ".\/img\/icon-19.png",
        "48": ".\/img\/icon-48.png",
        "64": ".\/img\/icon-64.png",
        "128": ".\/img\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/img\/icon-48.png",
            "64": ".\/img\/icon-64.png",
            "128": ".\/img\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "config.html",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.capitalkoala.com\/*"
    ],
    "background": {
        "service_worker": "background.bin.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentscript.bin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/promos-icon.png",
                "img\/green-bar-icon.png",
                "img\/red-bar-icon.png",
                "img\/promotion_1_128x128.png",
                "img\/promotion_2_128x128.png",
                "img\/promotion_3_128x128.png"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ]
}