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. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lionext.dmarinovdev.com และคุณลักษณะหลักของมันคือ "Adds additional features in google pages to make easier the daily work of the SEO Consultant."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LionEXT by D.M.

ดาวน์โหลดไฟล์ส่วนขยาย LionEXT by D.M. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}