Seo Tools
Use SeoTools to improve your iste
What is Seo Tools?
Seo Tools is a Chrome extension developed by https://seotools.id, and its main feature is "Use SeoTools to improve your iste".
Download Seo Tools Extension CRX File
Download Seo Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Seo Tools |
ID | bgbomibleflcngpbokbdgdjhkagaldmc |
Official URL | https://chromewebstore.google.com/detail/seo-tools/bgbomibleflcngpbokbdgdjhkagaldmc |
Description | Use SeoTools to improve your iste |
File Size | 45.61 KB |
Installation Count | 33 |
Current Version | 0.2.1 |
Last Updated | 2017-11-27 |
Publish Date | 2017-11-26 |
Developer | https://seotools.id |
[email protected] | |
Payment Type | free |
Extension Website | https://seotools.id |
Help Page URL | https://seotools.id/page/faq |
Privacy Policy Page URL | https://seotools.id/page/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Seo Tools", "short_name": "SeoTools", "description": "Use SeoTools to improve your iste", "version": "0.2.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "webNavigation", "tabs" ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery.min.js", "app.js", "background.js" ] } } |