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文件

下载Growwer | Link building and PR in seconds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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