SEO shortcuts by Marcos Moreno

The best shortcuts for SEO

SEO shortcuts by Marcos Morenoคืออะไร?

SEO shortcuts by Marcos Moreno เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcos M. และคุณลักษณะหลักของมันคือ "The best shortcuts for SEO"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEO shortcuts by Marcos Moreno

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

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

                        The "SEO Shortcuts" is a Google Chrome extension that provides easy-to-use shortcuts for basic SEO tasks. This extension includes a set of buttons that allow users to perform various SEO checks with just one click.

- "Search site" button. With this button, users can quickly search for a specific keyword on the active website by simply typing the keyword into the search box.

- "Check canonical URL" button. This button checks whether the page has a canonical URL set.

- "Check meta robots" button. This button checks the meta robots tag of the current page and lets users know whether search engines are allowed to index or follow the page.

- "View cached version" button. With this button, users can quickly view the cached version of a web page as stored by Google.

-"Check Schema" button. This button checks the page's schema markup on schema.org.

- "Check Rich Results" button. This button checks whether the page is eligible for rich snippets and helps users ensure that their website is optimized for maximum visibility in search results.

- "Mobile Friendly test" button. This button checks whether the page is mobile-friendly and helps users ensure that their website is optimized for mobile devices.

- "Search Console Performance check" button. This button checks the performance of the page in Google Search Console, displaying clicks, impressions, average position and CTR

- "Web Speed & CWV" buttons. This button checks the web speed and Core Web Vitals (CWV) of the page on PageSpeed and GTmetrix. 

- "Wayback Machine" button allows to check a stored version of the page on Wayback Machine

- "Save on Wayback Machine" button allows users to save a copy of the current page to the Wayback Machine for future reference.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SEO shortcuts by Marcos Moreno SEO shortcuts by Marcos Moreno
ID ppfodcennhffffgoajjmmolofmbckfom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seo-shortcuts-by-marcos-m/ppfodcennhffffgoajjmmolofmbckfom
คำอธิบาย The best shortcuts for SEO
ขนาดไฟล์ 30.22 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-19
วันที่เผยแพร่ 2023-04-18
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Marcos M.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO shortcuts by Marcos Moreno",
    "version": "1.0",
    "manifest_version": 3,
    "description": "The best shortcuts for SEO",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}