Growwer | Link building and PR in seconds

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

Co je Growwer | Link building and PR in seconds?

Growwer | Link building and PR in seconds je rozšíření Chrome vyvinuté https://growwer.com, a jeho hlavní funkcí je „Publish in more than 27.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Growwer | Link building and PR in seconds

Stáhněte si soubory rozšíření Growwer | Link building and PR in seconds ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Growwer | Link building and PR in seconds Growwer | Link building and PR in seconds
ID mdcimmecabljcidhlelglnjlilgfgolk
Oficiální URL https://chromewebstore.google.com/detail/growwer-link-building-and/mdcimmecabljcidhlelglnjlilgfgolk
Popis Publish in more than 27.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)
Velikost souboru 379 KB
Počet instalací 1,170
Aktuální Verze 1.0.11
Poslední Aktualizace 2023-09-19
Datum Vydání 2023-03-13
Hodnocení 5.00/5 Celkem 30 Hodnocení
Vývojář https://growwer.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://growwer.com/
URL Stránky Nápovědy https://growwer.com/contact/
URL Stránky Zásad Ochrany Soukromí https://growwer.com/legal
Podporované Jazyky 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';"
    }
}