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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect, switch and manage multiple Instagram accounts without a need to log in and log out."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Enge - Multiple Instagram accounts Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}