TollSentryLogin
Автоматический клик на кнопку Login на сайте sentry, jhub.skbkontur
Wat is TollSentryLogin?
TollSentryLogin is een Chrome-extensie ontwikkeld door Tolltech, en de belangrijkste functie is "Автоматический клик на кнопку Login на сайте sentry, jhub.skbkontur".
Extensie Screenshots
Download het CRX-bestand van de extensie TollSentryLogin
Download TollSentryLogin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Плагин автоматически нажимает кнопку логина на страницах billy-sentry.skbkontur.ru, billy-sentry.testkontur.ru/ и jhub.skbkontur.ru, если она доступна, не вводя и не читая никаких данных пользователя. В результате страница перенаправляется на главную или последнюю посещенную страницу сайта
Basisinformatie over de Extensie
Naam | TollSentryLogin |
ID | oljeaemfmaklnghfknfbgelofcnjgbck |
Officiële URL | https://chromewebstore.google.com/detail/tollsentrylogin/oljeaemfmaklnghfknfbgelofcnjgbck |
Beschrijving | Автоматический клик на кнопку Login на сайте sentry, jhub.skbkontur |
Bestandsgrootte | 67.5 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2020-04-17 |
Publicatiedatum | 2020-04-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tolltech |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://bitbucket.org/tolltech/tollsentryautologin/src |
Help Pagina-URL | https://vk.com/fuckinoff |
Ondersteunde Talen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TollSentryLogin", "short_name": "TollSentryLogin", "description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u043b\u0438\u043a \u043d\u0430 \u043a\u043d\u043e\u043f\u043a\u0443 Login \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 sentry, jhub.skbkontur", "version": "1.0.9", "permissions": [ "tabs", "https:\/\/billy-sentry.skbkontur.ru\/", "https:\/\/billy-sentry.testkontur.ru\/", "https:\/\/jhub.skbkontur.ru\/", "https:\/\/sentry.skbkontur.ru\/" ], "browser_action": { "default_title": "AutoLoginSentry", "default_icon": "chrome.png", "default_popup": "popup.html" }, "icons": { "48": "icon48_2.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "file:\/\/\/*" ], "js": [ "jquery.js" ] } ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |