Rough Water SEO Tool

SEO Tool for Squarespace websites

Rough Water SEO Tool란 무엇입니까?

Rough Water SEO Tool은(는) SEOSpace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SEO Tool for Squarespace websites"입니다.

확장 프로그램 스크린샷

Rough Water SEO Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Squarespace SEO Plugin Tool - supercharge your SEO and get page 1 rankings with the “Yoast SEO for Squarespace".                    

확장 프로그램 기본 정보

이름 Rough Water SEO Tool Rough Water SEO Tool
ID iphcgaopfphcbhmiflijebkjplijdjal
공식 URL https://chromewebstore.google.com/detail/rough-water-seo-tool/iphcgaopfphcbhmiflijebkjplijdjal
설명 SEO Tool for Squarespace websites
파일 크기 282 KB
설치 횟수 87
현재 버전 1.15
최근 업데이트 2023-02-18
출시 날짜 2022-09-15
평점 5.00/5 총 1 개의 평점
개발자 SEOSpace
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.roughwatermedia.com/squarespace-seo-plugin
도움말 페이지 URL https://www.roughwatermedia.com/contact
개인정보 보호 정책 페이지 URL https://www.seospace.co.uk/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rough Water SEO Tool",
    "description": "SEO Tool for Squarespace websites",
    "version": "1.15",
    "permissions": [
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": ".\/logo.png",
            "48": ".\/logo.png",
            "128": ".\/logo.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "assets\/index.ce11adc7.js"
            ],
            "css": [
                "assets\/index.f4dcdb00.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index.f4dcdb00.css",
                "assets\/logo.2ff8d772.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/logo.png",
        "48": ".\/logo.png",
        "128": ".\/logo.png"
    }
}