SmartappS

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

SmartappS란 무엇입니까?

SmartappS은(는) Swapnil Srivastava에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SmartappS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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