Tris

Search any and see others searching same. Chat with other Searchers in real-time. Create Alerts to be notified when others search.

Tris क्या है?

Tris https://tris.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search any and see others searching same. Chat with other Searchers in real-time. Create Alerts to be notified when others search."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tris एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Join the millions of Tris community members helping and communicating live in real time.

Tris is revolutionizing the internet with our motto of 
"Never Search Alone"
"Never Surf Alone"
Your search will be reset to Bing on new tabs and on home page 
(Privacy can be enabled with a simple click)
 
Now you can follow keywords and webpages on the Internet and chat live with others as they search, or browse for the same interests as you.

By clicking "Add to Chrome", I accept and agree to install "Tris" Chrome extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.

The extension modifies the SERP on all Search Engines. 
(It adds a small widget with the core functionality of the product)

For example: You can see who is viewing the same Wikipedia article as you, and chat live with the other user. You can also follow that article and we can notify you when the next person visits and you can chat live.



The applications are endless and only limited by your imagination.

Tris has the ability to connect users searching or browsing for the same thing in real time. 

-The Internet is now Social
-Create alerts to be notified as soon as someone searches for a followed keyword
-Collaborate and research with people all over the world searching the same subject or on the same website as you.
-Warn others about Fake News, Scam Sites or Phishing sites.
-Give instant feedback to others about products or better pricing live as they are viewing the item.
-You can review any website or rate it.
- Connect with others in the area by going into "near Me" rooms and creating conversations on the fly
Button allows you to turn on privacy and allow you to see rooms available 2

-------------------------------------------------------------------------------
Currently Tris is free.
We reserve the right to add personalized search results, or sponsored content. We are constantly adding features to extension as we build on our motto; 
"Never Search Alone" and ... "Never Surf Alone".
All ads will be clearly labeled as ads.
https://www.tris.com/about
https://www.tris.com/static/privacy
Tris Technologies 
6300 Wilshire Blvd 20th Fl 
LA CA 90048 
[email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Tris Tris
ID hinkmcnegnkncphhncbiohnomfgdegce
आधिकारिक URL https://chromewebstore.google.com/detail/tris/hinkmcnegnkncphhncbiohnomfgdegce
विवरण Search any and see others searching same. Chat with other Searchers in real-time. Create Alerts to be notified when others search.
फ़ाइल का आकार 1.22 MB
स्थापना संख्या 7,431
वर्तमान संस्करण 0.10.7
अंतिम अपडेट 2021-10-06
प्रकाशन तिथि 2020-06-14
रेटिंग 3.37/5 कुल 65 रेटिंग्स
डेवलपर https://tris.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tris.com
सहायता पृष्ठ URL http://tris.com
गोपनीयता नीति पृष्ठ URL https://askaibrowser.com?page=privacy
समर्थित भाषाएँ de,en,en-GB,en-US,fil,fr,ca,da,et,es,es-419,hr,fi,cs,el,bg,iw,hi,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Tris",
    "version": "0.10.7",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.tris.com",
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.tris.com",
        "startup_pages": [
            "https:\/\/www.tris.com"
        ]
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/socketcluster.js",
            "js\/background.js",
            "js\/ga.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button16.png",
        "default_title": "Tris"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content_scripts.js",
                "js\/tris.extension.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "frame.html"
    ]
}