Sitetalk Search

Sitetalk Search

Co to jest Sitetalk Search?

Sitetalk Search to rozszerzenie Chrome opracowane przez SiteTalk, a jego główną funkcją jest „Sitetalk Search”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sitetalk Search

Pobierz pliki rozszerzeń Sitetalk Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        SiteTalk introduce the way to search the web. While you are doing what you do anyway online, install SiteTalk Search to your Chrome browser and get access to everything you need using Google search via SiteTalk. 

You are always connected on your SiteTalk page, you see your messages and notifications and are alerted the same time they happen. 

Install the search extension and you will also get a special SiteTalk reward.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sitetalk Search Sitetalk Search
ID kkimgdmndahliccpmggoiamfgbgppion
Oficjalny URL https://chromewebstore.google.com/detail/sitetalk-search/kkimgdmndahliccpmggoiamfgbgppion
Opis Sitetalk Search
Rozmiar pliku 7.2 KB
Liczba instalacji 56
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2018-12-23
Data Publikacji 2018-12-23
Ocena 4.93/5 Łącznie 29 Oceny
Deweloper SiteTalk
Typ Płatności free
Strona Rozszerzenia https://sitetalk.com
Adres URL Strony Pomocy https://sitetalk.com/sitetalkcontact
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sitetalk Search",
    "version": "0.0.1",
    "description": "Sitetalk Search",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ]
}