SmartappS

SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool

SmartappSคืออะไร?

SmartappS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swapnil Srivastava และคุณลักษณะหลักของมันคือ "SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartappS

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

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

                        This extension is developed to find SEO & Dev bugs. It has below features ..

Detailed Blog Link: https://bit.ly/3dUfRwV

SEO Tool: Title,Meta Description,Canonical, Heading Tags, Robots, Sitemap, Google Cache ,Google Search, Yahoo Search, Alt Data , Broken Links, Internal links, External links,Point Headings & Missing ALT data on page,Page's Links details,Images With Alt Details
This Tool will try to perform a SEO sanity of your page, You can locate heading tags and missing check points on your website.


Dev Tool: Page's Images Sanity, Page's CSS Sanity, Page's JS Sanity, All Assets, Crawl Website Using Sitemap, Crawl Sanity, Etc..
Using sitemap you can perform quick sanity of your website also check images response.

Setting: Provide User's to select and save first screen show and stop some auto run performance.

What's New:  Floating Window, SEO Analytics Information, Minor Bug Fixed                    

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

ชื่อ SmartappS SmartappS
ID afgalljbnkkakhkleioiaamkiiopofbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartapps/afgalljbnkkakhkleioiaamkiiopofbf
คำอธิบาย SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-07-09
วันที่เผยแพร่ 2021-05-20
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Swapnil Srivastava
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smartapps.in
URL หน้าช่วยเหลือ http://smartapps.in/#footer
URL หน้านโยบายความเป็นส่วนตัว http://smartapps.in
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartappS",
    "version": "1.0.5",
    "description": "SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool",
    "manifest_version": 2,
    "icons": {
        "16": "s-logo.png",
        "48": "s-logo.png",
        "128": "s-logo.png",
        "256": "s-bnr.png",
        "512": "s-bnr.png",
        "1024": "s-bnr.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "author": "Swapnil Srivastava",
    "browser_action": {
        "default_icon": "s-logo.png",
        "default_popup": "layout.html"
    },
    "devtools_page": "devtool-panel\/devpanel.html",
    "web_accessible_resources": [
        "layout.html"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "onload.js"
            ],
            "css": [
                "onloadcss.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}