SponsorKliks

SponsorKliks is a free sponsor concept for sport clubs and other non-profits.

SponsorKliks란 무엇입니까?

SponsorKliks은(는) https://www.sponsorkliks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SponsorKliks is a free sponsor concept for sport clubs and other non-profits."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Download eenmalig de SponsorKliks Extensie en vergeet nooit meer jouw favoriete vereniging/stichting te sponsoren. Automatische dagelijkse update van webwinkels. 

Gebruik alleen deze door de meewerkende webwinkels geautoriseerde browserextensie!

Andere browserextensies worden NIET door SponsorKliks ondersteund/goedgekeurd en dus ook niet door de webwinkels die in deze (ongeautoriseerde) extensies zijn opgenomen! 

Door een eigen browserextensie voor jouw vereniging/stichting te maken loop je het risico dat SponsorKliks genoodzaakt is de samenwerking met de betreffende vereniging/stichting te staken. Download dus alleen deze "legale" browserextensie!

LET OP! Wanneer je naar een andere pagina gaat dan de homepage van de webwinkel (dus bijvoorbeeld naar een productpagina binnen deze webwinkel), dan zal deze extensie jouw bezoek doorsturen naar de homepage van de betreffende webshop. 

Dit is helaas niet anders in te stellen. U dient dus daarna nogmaals de betreffende pagina binnen de webshop te bezoeken.                    

확장 프로그램 기본 정보

이름 SponsorKliks SponsorKliks
ID ibddmcijlhljfdinapegnidiodopoadi
공식 URL https://chromewebstore.google.com/detail/sponsorkliks/ibddmcijlhljfdinapegnidiodopoadi
설명 SponsorKliks is a free sponsor concept for sport clubs and other non-profits.
파일 크기 1.19 MB
설치 횟수 6,144
현재 버전 3.9
최근 업데이트 2023-11-02
출시 날짜 2020-04-14
평점 4.09/5 총 11 개의 평점
개발자 https://www.sponsorkliks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sponsorkliks.com
도움말 페이지 URL https://www.sponsorkliks.com
개인정보 보호 정책 페이지 URL https://www.sponsorkliks.com/site/privacy-policy
지원되는 언어 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SponsorKliks",
    "short_name": "SponsorKliks",
    "version": "3.9",
    "manifest_version": 2,
    "description": "SponsorKliks is a free sponsor concept for sport clubs and other non-profits.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/128.png",
        "default_title": "SponsorKliks"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "",
        "bookmarks",
        "topSites"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "src\/browser_action\/popup.html",
        "src\/browser_action\/newtab.html"
    ]
}