stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
Was ist stalk.io?
stalk.io ist eine Chrome-Erweiterung, die von stalk software entwickelt wurde, und ihr Hauptmerkmal ist "STALK.IO chat widget. You can chat with every one who watch the same web page".
Erweiterungsscreenshots
stalk.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie stalk.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With only one click, You can chat with other people who are watching the same page with you at the same time. Visit http://stalk.io for more details.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
Offizielle URL | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Beschreibung | STALK.IO chat widget. You can chat with every one who watch the same web page |
Dateigröße | 499 KB |
Installationsanzahl | 65 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2014-09-19 |
Veröffentlichungsdatum | 2014-09-19 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | stalk software |
Zahlungsart | free |
Erweiterungswebsite | http://stalk.io |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stalk.io", "version": "1.0.2", "manifest_version": 2, "description": "STALK.IO chat widget. You can chat with every one who watch the same web page", "icons": { "16": "images\/stalk_16.png", "48": "images\/stalk_48.png", "128": "images\/stalk_128.png" }, "browser_action": { "default_icon": "images\/stalk_16.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "stalk.js", "images\/stalk_16.png" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |