Social History by Huntool
Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing...
Was ist Social History by Huntool?
Social History by Huntool ist eine Chrome-Erweiterung, die von http://huntool.in entwickelt wurde, und ihr Hauptmerkmal ist "Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing...".
Erweiterungsscreenshots
Social History by Huntool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social History by Huntool-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
Busy with too many social tabs opened ? You want to go back to a profile you found on a social network a few days before ? Social History is for you ! Social History keeps a trace on profiles you browsed so you can search them efficiently.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ookkdggjamhmjdmoconpcdefjgpejhem |
Offizielle URL | https://chrome.google.com/webstore/detail/social-history-by-huntool/ookkdggjamhmjdmoconpcdefjgpejhem |
Beschreibung | Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing... |
Dateigröße | 229 KB |
Installationsanzahl | 45 |
Aktuelle Version | 0.0.8 |
Letztes Update | 2020-06-17 |
Veröffentlichungsdatum | 2020-06-17 |
Entwickler | http://huntool.in |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.huntool.in/ |
URL der Datenschutzrichtlinien-Seite | https://www.huntool.in/mentions-legales |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.8", "name": "Social History by Huntool", "manifest_version": 2, "description": "Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing...", "browser_action": [], "icons": { "16": "img\/icon-16.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "scripts": [ "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y14.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.viadeo.com\/*", "*:\/\/*.apec.fr\/*", "*:\/\/*.meteojob.com\/*", "*:\/\/*.cvaden.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.github.com\/*", "*:\/\/*.indeed.com\/*", "*:\/\/*.hellowork.com\/*", "*:\/\/*.monster.fr\/*", "*:\/\/*.monster.com\/*" ], "js": [ "lib\/jquery.min.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y2.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y7.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y11.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y5.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y10.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y3.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y0.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y1.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y8.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y6.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y9.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y12.js", "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y13.js", "background.js" ] } ], "permissions": [ "storage", "tabs", "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.viadeo.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.apec.fr\/*", "*:\/\/*.meteojob.com\/*", "*:\/\/*.cvaden.com\/*", "*:\/\/*.github.com\/*", "*:\/\/*.indeed.com\/*", "*:\/\/*.hellowork.com\/*", "*:\/\/*.monster.fr\/*", "*:\/\/*.monster.com\/*" ], "content_security_policy": "default-src 'self'; font-src *; script-src 'self' https:\/\/cdnjs.cloudflare.com\/; style-src * 'self' blob:; img-src 'self' * data:;" } |