LionEXT by D.M.

Adds additional features in google pages to make easier the daily work of the SEO Consultant.

LionEXT by D.M.란 무엇입니까?

LionEXT by D.M.은(는) https://lionext.dmarinovdev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds additional features in google pages to make easier the daily work of the SEO Consultant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LionEXT by D.M. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension gives the following features for the user: 

• Organic Numbering – Numbering the organic results in search engine results page (SERP);
• Google Finder Numbering – Numbering the organic results in the Google Local Finder (local results);
• Organic Research – Check if any website of Google My Business (GMB) in local pack is on first page of the SERP too;
• Shortcut to “PageSpeed Insights” – adds direct link to check the website in “PageSpeed Insights”;
• Direct link to Google My Business page – adds direct link to Google My Business listing page in Google Local Finder;
• Check Citations – Adds two options to check the citations in Google for the selected GMB profile
– by phone
– by Company Name & Phone;
• Website indexed pages – adds direct link which will help to see how many indexed pages the selected website has in Google;
• Website metadata - Shows a report with the metadata of the website page - title, meta description, heading tags;
• GMB Listing is Owner verified or not – Adds marker which shows you if the selected Google My Business listing in Google Local Finder is owner verified or not;
• Direct “Write a review” link** – Adds a direct link “Review Us”. You can copy it and add it in your website.                    

확장 프로그램 기본 정보

이름 LionEXT by D.M. LionEXT by D.M.
ID lbcploibeleaoappjpnobgfofhgihmal
공식 URL https://chromewebstore.google.com/detail/lionext-by-dm/lbcploibeleaoappjpnobgfofhgihmal
설명 Adds additional features in google pages to make easier the daily work of the SEO Consultant.
파일 크기 82.48 KB
설치 횟수 471
현재 버전 2.0.0
최근 업데이트 2022-03-28
출시 날짜 2018-03-29
평점 5.00/5 총 14 개의 평점
개발자 https://lionext.dmarinovdev.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lionext.dmarinovdev.com/privacy-policy/
도움말 페이지 URL https://lionext.dmarinovdev.com/
개인정보 보호 정책 페이지 URL https://lionext.dmarinovdev.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LionEXT by D.M.",
    "short_name": "LionEXT",
    "description": "Adds additional features in google pages to make easier the daily work of the SEO Consultant.",
    "author": "Dimitar Marinov",
    "version": "2.0.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/lionext.dmarinovdev.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "LionEXT v2.0.0",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/constants.js",
                "js\/PageAnalyzer.js",
                "js\/GoogleService.js",
                "js\/TemplateService.js",
                "js\/Utils.js",
                "js\/content-script.js",
                "js\/script-func.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/styles.css",
                "img\/gmb-verified-30px.png",
                "img\/gmb-not-verified-30px.png",
                "img\/pins-sprite.png",
                "img\/phone-citations.png",
                "img\/num-of-pages.png",
                "img\/citations-cn-phone.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}