Sitetalk Search

Sitetalk Search

What is Sitetalk Search?

Sitetalk Search is a Chrome extension developed by SiteTalk, and its main feature is "Sitetalk Search".

Extension Screenshots

screenshot

Download Sitetalk Search Extension CRX File

Download Sitetalk Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sitetalk Search Sitetalk Search
ID kkimgdmndahliccpmggoiamfgbgppion
Official URL https://chromewebstore.google.com/detail/sitetalk-search/kkimgdmndahliccpmggoiamfgbgppion
Description Sitetalk Search
File Size 7.2 KB
Installation Count 56
Current Version 0.0.1
Last Updated 2018-12-23
Publish Date 2018-12-23
Rating 4.93/5 Total 29 Ratings
Developer SiteTalk
Payment Type free
Extension Website https://sitetalk.com
Help Page URL https://sitetalk.com/sitetalkcontact
Supported Languages 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"
    ]
}