CinchAddon

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

CinchAddonคืออะไร?

CinchAddon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cinchbucks.com และคุณลักษณะหลักของมันคือ "CinchAddon - Cinchbucks.com Extension, CinchAddon, Never miss a survey & offers with the CinchAddon"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CinchAddon

ดาวน์โหลดไฟล์ส่วนขยาย CinchAddon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}