Seo Tools
Use SeoTools to improve your iste
Wat is Seo Tools?
Seo Tools is een Chrome-extensie ontwikkeld door https://seotools.id, en de belangrijkste functie is "Use SeoTools to improve your iste".
Download het CRX-bestand van de extensie Seo Tools
Download Seo Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | bgbomibleflcngpbokbdgdjhkagaldmc |
| Officiële URL | https://chromewebstore.google.com/detail/seo-tools/bgbomibleflcngpbokbdgdjhkagaldmc |
| Beschrijving | Use SeoTools to improve your iste |
| Bestandsgrootte | 45.61 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 0.2.1 |
| Laatst Bijgewerkt | 2017-11-27 |
| Publicatiedatum | 2017-11-26 |
| Ontwikkelaar | https://seotools.id |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://seotools.id |
| Help Pagina-URL | https://seotools.id/page/faq |
| URL van de Privacybeleid Pagina | https://seotools.id/page/privacy-policy |
| Ondersteunde Talen | 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"
]
}
} | |