Growwer | Link building and PR in seconds

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

O que é Growwer | Link building and PR in seconds?

Growwer | Link building and PR in seconds é uma extensão do Chrome desenvolvida por https://growwer.com, e sua principal característica é "Publish in more than 27.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Growwer | Link building and PR in seconds

Baixe arquivos de extensão Growwer | Link building and PR in seconds no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Growwer | Link building and PR in seconds Growwer | Link building and PR in seconds
ID mdcimmecabljcidhlelglnjlilgfgolk
URL Oficial https://chromewebstore.google.com/detail/growwer-link-building-and/mdcimmecabljcidhlelglnjlilgfgolk
Descrição Publish in more than 27.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)
Tamanho do Arquivo 379 KB
Contagem de Instalações 1,170
Versão Atual 1.0.11
Última Atualização 2023-09-19
Data de Publicação 2023-03-13
Classificação 5.00/5 Total de 30 Avaliações
Desenvolvedor https://growwer.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://growwer.com/
URL da Página de Ajuda https://growwer.com/contact/
URL da Página de Política de Privacidade https://growwer.com/legal
Idiomas Suportados 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';"
    }
}