SERP Preview Tool

SERP Preview Tool by DejanSEO

SERP Preview Tool क्या है?

SERP Preview Tool dejan-tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SERP Preview Tool by DejanSEO"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SERP Preview Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Visualise how your website will appear in the search results with a simple and light SERP preview tool. The extension allows you to quickly tweak different combinations of TITLE and META DESCRIPTION with search term applied in the visual output simulating search engine result page snippet.

This extension is browser based only and it does not read or store any of your data remotely.

Make sure to reload page you're currently on before you start playing with addon


- Changelog -
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
* 15-12-14 v1.7.2
- Preview updated to match current Google design.
- Small performance improvements.

* 26-11-14 v1.7.1
Using geolocation API, chooses the right SEMrush API server for your location.

* 24-11-14 Version 1.7.0
Due to partnership with SEMrush, SERP PT now shows top organic keywords for the URL, and highlights those found in title and description.

* 23-11-12 Version 1.6.2
Fixed issues with meta description

* 13-07-12:
Fixed issues:
When you open the plugin, it doesn't truncate the existing title/description if it's too long
If you change the title/description then refresh the page, it loads the old data
If you have multiple Chrome windows (not tabs) open, it shows the data for the newer window open.
'Reset Fields' should return to the title/description of the page, rather than be removed completely


* 04-10-11:
Tweaked CSS go give adding more integrated and native look.
Tweaked CSS to current SERP's colors.

* 14-10-11:
Auto populating form with current page data
Added Copy 2 Clipboard and Reset form buttons
Code cleanup
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Want to test drive before installation? No worries. 
Online version of this tool is located here: https://dejanmarketing.com/serp-preview-tool

Brought to you by Dejan Marketing: https://dejanmarketing.com/                    

एक्सटेंशन की मूल जानकारी

नाम SERP Preview Tool SERP Preview Tool
ID effdkahkjdmlholdbalhcdpgfiigdfbj
आधिकारिक URL https://chromewebstore.google.com/detail/serp-preview-tool/effdkahkjdmlholdbalhcdpgfiigdfbj
विवरण SERP Preview Tool by DejanSEO
फ़ाइल का आकार 87.63 KB
स्थापना संख्या 14,486
वर्तमान संस्करण 2.3.2
अंतिम अपडेट 2021-12-06
प्रकाशन तिथि 2019-09-01
रेटिंग 4.13/5 कुल 32 रेटिंग्स
डेवलपर dejan-tools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dejanmarketing.com/serp-preview-tool/
सहायता पृष्ठ URL https://dejanmarketing.com/contact-us/
समर्थित भाषाएँ en-GB
manifest.json
{
    "action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "description": "SERP Preview Tool by DejanSEO",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+dLUrwZ5yLVvMagxGKXvL3q\/\/eE75kYmRPdRkagWN00hHhh\/cyBVZNVvL3VWe6ykX9Hn9LaIFdw9l\/qjgY5j5VHOcQBMOh\/eNYkUyyTGMIZ7nJYD5f8pECfKoY1I82mrPPml7C4BNdd0T04X7VpFfTNC+WoZQPYaonjaIcGkSJwIDAQAB",
    "manifest_version": 3,
    "name": "SERP Preview Tool",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.2"
}