Prizle Search

Prizle Search engine

Prizle Searchคืออะไร?

Prizle Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://prizle.com และคุณลักษณะหลักของมันคือ "Prizle Search engine"

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

screenshot
screenshot

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

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

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

                        Raise money for hundreds of charities as you browse the web! We convert your daily online search activities into donations to your favorite cause, while continuing to provide you with a quality online search experience. 

How it works:

After installation of our extension, choose your charity, and browse the web you usually do. The results are provided by Verizon Media.
You will be able to set up Prizle Search as your default search engine to support your chosen charity every time you browse the web! 

You can of course change it and choose the association of your choice on the homepage of the search engine, by clicking on “change” next to the name of the supported association.

The security and the privacy of the users is at the core of how our search engine works.

By clicking "Add to chrome", I accept and agree to installing the Prizle search Chrome extension and setting Chrome™  default search to that provided by the service and the Terms of Use and Privacy Policy
"The extension will update your search settings and will change your search engine to be powered by Verizon Media"

Terms of use : https://search.prizle.com/tos
Privacy policy : https://search.prizle.com/privacy
About Prizle : https://search.prizle.com/about

Required permissions:
“Read and change data on all pages of prizle.com” and “Communicate with cooperating websites” - This allows our extension to interact with prizle.com and to choose your favorite charity.
“Change search settings on prizle.com” - With this permission we can set search.prizle.com as the default search engine for you.
“Read and change browsing history” - This permission is required for the “New Tab” page so that we can view your most visited pages. 

Prizle = Priceless solidarity

Contact Prizle :
8 RUE DU PIC SAINT LOUP 34160 BEAULIEU
Email : contact [@] prizle.com
Phone : +33 4 11 93 01 62                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prizle Search Prizle Search
ID ehjpcbihllhagebmjoliocpngbfekllo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/prizle-search/ehjpcbihllhagebmjoliocpngbfekllo
คำอธิบาย Prizle Search engine
ขนาดไฟล์ 8.96 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 0.96
อัปเดตครั้งล่าสุด 2021-01-27
วันที่เผยแพร่ 2020-07-03
ผู้พัฒนา http://prizle.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://search.prizle.com/
URL หน้าช่วยเหลือ http://www.prizle.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://prizle.net/static/en/privacy
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "fr",
    "name": "Prizle Search",
    "description": "__MSG_extdesc__",
    "version": "0.96",
    "content_scripts": [
        {
            "css": [
                "hideExtensionButton.css"
            ],
            "matches": [
                "*:\/\/*.prizle.com\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icons\/new-icon.png"
    },
    "homepage_url": "https:\/\/search.prizle.com\/",
    "chrome_settings_overrides": {
        "homepage": "https:\/\/search.prizle.com\/",
        "search_provider": {
            "name": "Prizle",
            "keyword": "q",
            "search_url": "https:\/\/search.prizle.com\/?q={searchTerms}",
            "suggest_url": "https:\/\/ac.prizle.com\/j?q={searchTerms}",
            "favicon_url": "https:\/\/search.prizle.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        },
        "startup_pages": [
            "https:\/\/search.prizle.com\/?browsertab=true"
        ]
    },
    "icons": {
        "128": "img\/icons\/new-icon.png"
    },
    "permissions": [
        "*:\/\/*.prizle.com\/*"
    ]
}