Enge - Multiple Instagram accounts Manager

Connect, switch and manage multiple Instagram accounts without a need to log in and log out.

Enge - Multiple Instagram accounts Manager क्या है?

Enge - Multiple Instagram accounts Manager http://goenge.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect, switch and manage multiple Instagram accounts without a need to log in and log out."।

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

screenshot
screenshot

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

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

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

                        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                    

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

नाम Enge - Multiple Instagram accounts Manager Enge - Multiple Instagram accounts Manager
ID fgoalkcoogjnlakikfkelfaoecnoejff
आधिकारिक URL https://chrome.google.com/webstore/detail/enge-multiple-instagram-a/fgoalkcoogjnlakikfkelfaoecnoejff
विवरण Connect, switch and manage multiple Instagram accounts without a need to log in and log out.
फ़ाइल का आकार 1.43 MB
स्थापना संख्या 342
वर्तमान संस्करण 2.0
अंतिम अपडेट 2019-08-22
प्रकाशन तिथि 2019-08-22
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर http://goenge.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://goenge.com/faq
गोपनीयता नीति पृष्ठ URL https://goenge.com/privacy
समर्थित भाषाएँ 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
    }
}