Add Numbers to Google Search Results

Add Numbers to Google Search Results.

Add Numbers to Google Search Results란 무엇입니까?

Add Numbers to Google Search Results은(는) https://organicsearch.agency에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Numbers to Google Search Results."입니다.

확장 프로그램 스크린샷

screenshot

Add Numbers to Google Search Results 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Numbers will appear next to each Google search result, so you can easily track your rankings.

Useful SEO tool.                    

확장 프로그램 기본 정보

이름 Add Numbers to Google Search Results Add Numbers to Google Search Results
ID hmhfgamokbcmojdfcfnlalffmkkbfpjb
공식 URL https://chromewebstore.google.com/detail/add-numbers-to-google-sea/hmhfgamokbcmojdfcfnlalffmkkbfpjb
설명 Add Numbers to Google Search Results.
파일 크기 5.81 KB
설치 횟수 3,221
현재 버전 1
최근 업데이트 2018-12-25
출시 날짜 2018-12-24
평점 3.25/5 총 4 개의 평점
개발자 https://organicsearch.agency
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://organicsearch.agency
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "ordinate.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "Add Numbers to Google Search Results",
    "description": "Add Numbers to Google Search Results.",
    "version": "1",
    "author": "organicsearch.agency",
    "browser_action": {
        "default_icon": "organicsearch.agency.png",
        "default_title": "Add Numbers to Google Search Results"
    }
}