Entrar for Gmail™

Entrar for Gmail™, a gmail entrar extension, is a shortcut to open gmail and login gmail.

Entrar for Gmail™란 무엇입니까?

Entrar for Gmail™은(는) Social Analyzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Entrar for Gmail™, a gmail entrar extension, is a shortcut to open gmail and login gmail."입니다.

확장 프로그램 스크린샷

screenshot

Entrar for Gmail™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Entrar for Gmail™, a gmail entrar extension, is a shortcut to open gmail and login gmail.

Entrar for Gmail™, a gmail entrar extension provides a shortcut to login www.gmail.com directly and change mailto href link behavior. 

How to Use the extension:
    ● First,when the user wants "login gmail", click the extension icon;

    ● Second,Entrar for Gmail™ will open a new tab and login gmail without manual operation;

    ● Third,You can quickly reply to emails with gmail;

It should be noted that If you signed in gmail, the extension will open gmail inbox directly.

The features of the extension are as follows:
    ● This gmail entrar extension can help users log in gmail more quickly and more easily;

    ● It is can be featured as a shortcut to gmail login or open gmail;

    ● If users click a normal email href link, the browser will open an email application to handle it. But this gmail entrar extension can help users to open Gmail in a new browser tab to handle it;

    ● no need to install an email application.

Vision for current extension development:
    ● Help users make better use of emails, such as gmail or other emails;

    ● Integrate more shortcut operations to help users improve work efficiency and leave more time for other things;

    ● Email is a happy way of working, we hope our work can bring more sense of gain to users while improving user experience;

    ● Users can get in touch with us to provide feedback, and we will greatly respect the opinions of users;
       
RECENT UPDATES:

[Stay tuned for more interesting features]

Disclaimer : 
        gmail is a trademark of Google Inc, registered in the U.S. and other countries.

        This extension is made by an independent development team, and it is not related in any way to the Google Inc. 

        All copyrights belong to their respective owners.                    

확장 프로그램 기본 정보

이름 Entrar for Gmail™ Entrar for Gmail™
ID oolgnmaocjjdlacpbbajnbooghihekpp
공식 URL https://chromewebstore.google.com/detail/entrar-for-gmail/oolgnmaocjjdlacpbbajnbooghihekpp
설명 Entrar for Gmail™, a gmail entrar extension, is a shortcut to open gmail and login gmail.
파일 크기 42.27 KB
설치 횟수 5,758
현재 버전 1.0.2
최근 업데이트 2022-08-28
출시 날짜 2022-05-02
평점 4.94/5 총 71 개의 평점
개발자 Social Analyzer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkedradar.com
도움말 페이지 URL https://linkedradar.com
개인정보 보호 정책 페이지 URL https://gmplus.io/gmplus-private-policy
지원되는 언어 en,en-GB,en-US,fr,sw,vi,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,sv,cs,sr,bg,ru,gu,ta,te,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Entrar no Gmail",
        "default_popup": "page.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mtgm.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}