GuinRank

A professional toolkit for SEO Content Kings

Τι είναι το GuinRank;

Το GuinRank είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.guinrank.com, και η κύρια λειτουργία του είναι "A professional toolkit for SEO Content Kings".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GuinRank

Λήψη αρχείων επέκτασης GuinRank σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        GuinRank Extension saves your time and shows you precise related keywords on Google and Tags of YouTube videos.
#######Updates#######
- Support Bing 
- Fix Bugs 🐛 
- Continuing to count the results during automatic loading.
##############
- Google | Bing:
1- Number Google | Bing Results
2- Related Keyword
3- Result Tracker
##############
- YouTube:
1- Tags videos
##############
- integration with Blogger & WordPress ♥
##############
Discover LSI Keyword:
Get a list of related keywords and use them to create new articles to support your existing articles and get more traffic.

Number your search results on Google:
When you add the extension to your Google browser, you can number the search results from 1 to the end.

Know what people are searching for:
The extension gives you a list of keywords that users are searching for on the search engine, which you can put into your content strategy.
##############
About GuinRank:
Create Content That Google Wants to Rank!
The future of SEO is already here.

A professional toolkit for SEO Content Kings

Boost your Ranking in Google by just including the Recommended Keywords and Phrases.

Improve your Content Score based on Google’s guidelines & AI Content.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GuinRank GuinRank
ID ljmjlgpdkdjifcjichoaadpjdfklmnhk
Επίσημο URL https://chromewebstore.google.com/detail/guinrank/ljmjlgpdkdjifcjichoaadpjdfklmnhk
Περιγραφή A professional toolkit for SEO Content Kings
Μέγεθος Αρχείου 821 KB
Αριθμός Εγκαταστάσεων 2,637
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-09-23
Ημερομηνία Δημοσίευσης 2020-12-27
Αξιολόγηση 4.20/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://www.guinrank.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.guinrank.com/extension/welcome
Διεύθυνση URL της Σελίδας Βοήθειας https://www.guinrank.com/site/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.guinrank.com/site/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GuinRank",
    "description": "A professional toolkit for SEO Content Kings",
    "version": "1.3.0",
    "icons": {
        "16": "pic\/icon.png",
        "32": "pic\/icon.png",
        "48": "pic\/icon.png",
        "128": "pic\/icon.png"
    },
    "action": {
        "default_title": "GuinRank",
        "default_icon": {
            "16": "pic\/icon.png",
            "32": "pic\/icon.png",
            "48": "pic\/icon.png",
            "128": "pic\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "pages\/Options.html",
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "88",
    "content_security_policy": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/vue.min.js",
                "js\/Injection.js"
            ],
            "css": [
                "css\/Style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bing.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/vue.min.js",
                "js\/Injection.js"
            ],
            "css": [
                "css\/Style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.blogger.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/vue.min.js",
                "js\/Injection.js",
                "\/js\/Global.js"
            ],
            "css": [
                "css\/Style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/vue.min.js",
                "js\/Injection.js"
            ],
            "css": [
                "css\/Style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/vue.min.js",
                "js\/Injection.js",
                "\/js\/Global.js"
            ],
            "css": [
                "css\/Style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "resources": [
                "js\/Components\/Vue\/Search\/Google.js",
                "index.html",
                "\/pages\/Search\/Google.html",
                "css\/Style.css",
                "img\/*.png",
                "*.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bing.com\/*"
            ],
            "resources": [
                "js\/Components\/Vue\/Search\/Bing.js",
                "index.html",
                "\/pages\/Search\/Bing.html",
                "css\/Style.css",
                "img\/*.png",
                "*.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "js\/Components\/Vue\/Youtube\/Youtube.js",
                "js\/Components\/Vue\/Youtube\/YoutubeChanged.js",
                "pages\/YouTube\/Related.html",
                "css\/Style.css",
                "img\/*.png",
                "*.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.blogger.com\/*"
            ],
            "resources": [
                "js\/Components\/Vue\/Blogger\/Blogger.js",
                "js\/Components\/Vue\/Blogger\/Editor.js",
                "pages\/Blogger\/Editor.html",
                "\/js\/Global.js",
                "css\/Style.css",
                "img\/*.png",
                "*.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/Components\/Vue\/WordPress\/WordPress.js",
                "js\/Components\/Vue\/WordPress\/Editor.js",
                "pages\/WordPress\/Editor.html",
                "\/js\/Global.js",
                "css\/Style.css",
                "img\/*.png",
                "*.js"
            ]
        }
    ]
}