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 là gì?

Enge - Multiple Instagram accounts Manager là một tiện ích mở rộng Chrome được phát triển bởi http://goenge.com, và tính năng chính của nó là "Connect, switch and manage multiple Instagram accounts without a need to log in and log out.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enge - Multiple Instagram accounts Manager

Tải xuống các tệp mở rộng Enge - Multiple Instagram accounts Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enge - Multiple Instagram accounts Manager Enge - Multiple Instagram accounts Manager
ID fgoalkcoogjnlakikfkelfaoecnoejff
URL Chính Thức https://chrome.google.com/webstore/detail/enge-multiple-instagram-a/fgoalkcoogjnlakikfkelfaoecnoejff
Mô tả Connect, switch and manage multiple Instagram accounts without a need to log in and log out.
Kích Thước Tệp 1.43 MB
Số Lần Cài Đặt 342
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-08-22
Ngày Phát Hành 2019-08-22
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://goenge.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://goenge.com/faq
URL Trang Chính Sách Bảo Mật https://goenge.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}