Growwer | Link building and PR in seconds

Publish in more than 27.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)

Growwer | Link building and PR in seconds란 무엇입니까?

Growwer | Link building and PR in seconds은(는) https://growwer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Publish in more than 27.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Growwer | Link building and PR in seconds 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Growwer Toolkit is an extension to check the possibility of posting in a media. You can post, check the media's SEO metrics, publication costs and request the media you are interested in if they are not available in Growwer!

The best way to search media for PR and link building. Works on:
★ Google SERP's
★ Ahrefs
★ SEMRush
★ Sistrix
★ Majestic                    

확장 프로그램 기본 정보

이름 Growwer | Link building and PR in seconds Growwer | Link building and PR in seconds
ID mdcimmecabljcidhlelglnjlilgfgolk
공식 URL https://chromewebstore.google.com/detail/growwer-link-building-and/mdcimmecabljcidhlelglnjlilgfgolk
설명 Publish in more than 27.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)
파일 크기 379 KB
설치 횟수 1,170
현재 버전 1.0.11
최근 업데이트 2023-09-19
출시 날짜 2023-03-13
평점 5.00/5 총 30 개의 평점
개발자 https://growwer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://growwer.com/
도움말 페이지 URL https://growwer.com/contact/
개인정보 보호 정책 페이지 URL https://growwer.com/legal
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.11",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/growwer.com\/",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "\/build\/images\/icon-16.png",
        "48": "\/build\/images\/icon-48.png",
        "128": "\/build\/images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "128": "\/build\/images\/icon-128.png"
        },
        "default_title": "__MSG_defaultTitle__",
        "default_popup": "\/build\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "\/build\/front.js"
            ],
            "css": [
                "\/build\/front.css"
            ]
        }
    ],
    "background": {
        "service_worker": "\/build\/worker.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/api.rollbar.com\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/build\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}