CinchAddon

CinchAddon - Cinchbucks.com Extension, CinchAddon, Never miss a survey & offers with the CinchAddon

CinchAddon란 무엇입니까?

CinchAddon은(는) https://www.cinchbucks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CinchAddon - Cinchbucks.com Extension, CinchAddon, Never miss a survey & offers with the CinchAddon"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        CinchAddon - Cinchbucks.com Extension
CinchAddon
Never miss a survey & offers with the CinchAddon

By installing the CinchButton, you agree to the Cinchbucks Privacy Policy (https://www.cinchbucks.com/static/privacypolicy.html ) Terms of (https://www.cinchbucks.com/static/termsofservice.html) and End User License Agreement (EULA) (http://www.Cinchbucks.com/extension/eula).

The Cinchbucks Addon keeps track of your account status and alerts you of new Surveys and offers Tasks.
The CinchAddon is non-intrusive and will show a number in the far right hand corner of your browser, representing the total number of offerings available to you. We hope you like it!

Clicking on the CinchAddon button will display a summary of your Cinchbucks account. This includes the number of Surveys and offers available to you. It also gives you a quick overview of your account status, including your balance , plus one-click access to most pages of the Cinchbucks site.

The information displayed on the CinchAddon is updated every 10 minutes so don't be surprised if something does not match your current account information.

The CinchAddon give you a lot of flexibility on what you would like to be notified about (Surveys and Cashback oppurtunities).

If you have any issues, questions or suggestions please feel free to contact us.                    

확장 프로그램 기본 정보

이름 CinchAddon CinchAddon
ID ffmkcnjagaeajomffmkpncblgcmaambb
공식 URL https://chromewebstore.google.com/detail/cinchaddon/ffmkcnjagaeajomffmkpncblgcmaambb
설명 CinchAddon - Cinchbucks.com Extension, CinchAddon, Never miss a survey & offers with the CinchAddon
파일 크기 747 KB
설치 횟수 487
현재 버전 0.0.4
최근 업데이트 2017-12-05
출시 날짜 2017-12-05
평점 4.00/5 총 4 개의 평점
개발자 https://www.cinchbucks.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.cinchbucks.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CinchAddon",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "CinchAddon - Cinchbucks.com Extension, CinchAddon, Never miss a survey & offers with the CinchAddon",
    "homepage_url": "https:\/\/www.cinchbucks.com",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Cinchbucks",
        "default_popup": "dist\/index.html#\/home\/login"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "notifications",
        "geolocation",
        "tabs"
    ]
}