Ubersuggest CPC & Search Volume Enhancer

Adds keyword cpc and search volume to ubersuggest results

Ubersuggest CPC & Search Volume Enhancerคืออะไร?

Ubersuggest CPC & Search Volume Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cartercole.com และคุณลักษณะหลักของมันคือ "Adds keyword cpc and search volume to ubersuggest results"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ubersuggest CPC & Search Volume Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Ubersuggest CPC & Search Volume Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This tool uses the grepWords API to pull CPC and search volume data for results in UberSuggest, It also augments the export to output a csv as well as all the search data.

Be sure to set your API key in the options or it wont work

Get an API key from:
http://grepwords.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ubersuggest CPC & Search Volume Enhancer Ubersuggest CPC & Search Volume Enhancer
ID hopggcicaffnjomhjjpogcelclkbnigp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ubersuggest-cpc-search-vo/hopggcicaffnjomhjjpogcelclkbnigp
คำอธิบาย Adds keyword cpc and search volume to ubersuggest results
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 3,443
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2013-09-03
วันที่เผยแพร่ 2013-09-02
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://cartercole.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blog.cartercole.com
URL หน้าช่วยเหลือ http://blog.cartercole.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ubersuggest CPC & Search Volume Enhancer",
    "version": "0.1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "description": "Adds keyword cpc and search volume to ubersuggest results",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ubersuggest.org\/*",
                "https:\/\/ubersuggest.org\/*"
            ],
            "css": [
                "css\/inpage.css"
            ],
            "js": [
                "js\/underscore.js",
                "js\/jquery.js",
                "js\/inpage.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/ubersuggest.org\/*",
        "https:\/\/ubersuggest.org\/*",
        "http:\/\/api.grepwords.com\/lookup*"
    ]
}