Enge - Multiple Instagram accounts Manager
Connect, switch and manage multiple Instagram accounts without a need to log in and log out.
Qu'est-ce que Enge - Multiple Instagram accounts Manager ?
Enge - Multiple Instagram accounts Manager est une extension Chrome développée par http://goenge.com, et sa fonction principale est "Connect, switch and manage multiple Instagram accounts without a need to log in and log out.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enge - Multiple Instagram accounts Manager
Téléchargez les fichiers d'extension Enge - Multiple Instagram accounts Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Check your Instagram notifications from multiple Instagram accounts. Quickly and easily right from your toolbar. Features: * get automatic notifications (every 5 minutes) from all connected Instagram accounts * easily switch between Instagram accounts by clicking on a notification * open Instagram website as a designated account and reply to comments, like or follow * connect unlimited number of Instagram accounts We do not require your Instagram logins or passwords. See FAQ. UPDATE 2.0: * all notifications are grouped by comments, mentions, follows and likes * all accounts notification are automatically updated in the background every 5 minutes * badge icon and sidebar shows number of unread notifications * clicking on the sidebar will mark notifications as read * new look & feel
Informations de Base sur l'Extension
Nom | |
ID | fgoalkcoogjnlakikfkelfaoecnoejff |
URL Officiel | https://chrome.google.com/webstore/detail/enge-multiple-instagram-a/fgoalkcoogjnlakikfkelfaoecnoejff |
Description | Connect, switch and manage multiple Instagram accounts without a need to log in and log out. |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 342 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-08-22 |
Date de Publication | 2019-08-22 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | http://goenge.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://goenge.com/faq |
URL de la Page de Politique de Confidentialité | https://goenge.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enge - Multiple Instagram accounts Manager", "short_name": "Enge for Instagram", "author": "goenge.com", "version": "2.0", "manifest_version": 2, "description": "Connect, switch and manage multiple Instagram accounts without a need to log in and log out.", "icons": { "16": "heart-16.png", "48": "heart-48.png", "128": "heart-128.png" }, "browser_action": { "default_icon": "heart-128.png", "default_title": "Enge - Multiple Instagram accounts Manager", "default_popup": "popup.html" }, "permissions": [ "alarms", "tabs", "idle", "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "https:\/\/stats.goenge.com\/*", "webNavigation", "webRequest", "storage", "unlimitedStorage", "cookies", "declarativeContent" ], "content_security_policy": "script-src 'self' https:\/\/www.instagram.com https:\/\/instagram.com https:\/\/stats.goenge.com https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "28", "background": { "page": "background.html", "persistent": true } } |