Majestic CPC & Search Volume Enhancer
Adds keyword cpc and search volume to Majestic SEO
Majestic CPC & Search Volume Enhancerคืออะไร?
Majestic CPC & Search Volume Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.cartercole.com และคุณลักษณะหลักของมันคือ "Adds keyword cpc and search volume to Majestic SEO"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Majestic CPC & Search Volume Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Majestic CPC & Search Volume Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now you can see the value and competition of different anchor text phrases right in Majestic SEO The site explorer and advanced anchor text reports get cpc, search volume and competion data added right into the table Don't forget to add your API key in the options or it wont work Get an API key from: http://grepwords.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Majestic CPC & Search Volume Enhancer |
ID | eggcpclmaohkpdbdgdldfldealehecea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea |
คำอธิบาย | Adds keyword cpc and search volume to Majestic SEO |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 247 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2013-09-04 |
วันที่เผยแพร่ | 2013-09-04 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://blog.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", "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "content_scripts": [ { "css": [ "css\/inpage.css" ], "js": [ "js\/parseuri.js", "js\/underscore.js", "js\/jquery.js", "js\/inpage.js" ], "matches": [ "https:\/\/*.majesticseo.com\/*", "http:\/\/*.majesticseo.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Adds keyword cpc and search volume to Majestic SEO", "homepage_url": "http:\/\/blog.cartercole.com\/", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "Majestic CPC & Search Volume Enhancer", "options_page": "options.html", "permissions": [ "https:\/\/*.majesticseo.com\/", "http:\/\/*.majesticseo.com\/", "http:\/\/api.grepwords.com\/lookup*" ], "version": "0.1.0", "web_accessible_resources": [ "img\/get.png" ] } |