SPF Toolbox
SPFtoolbox is an Application to check simple infomation such as SPF, DNS records, and more
Wat is SPF Toolbox?
SPF Toolbox is een Chrome-extensie ontwikkeld door https://www.charlesabarnes.com, en de belangrijkste functie is "SPFtoolbox is an Application to check simple infomation such as SPF, DNS records, and more".
Download het CRX-bestand van de extensie SPF Toolbox
Download SPF Toolbox-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 | daioadpjniipfipfmenkefjpdncbekcd |
| Officiële URL | https://chromewebstore.google.com/detail/spf-toolbox/daioadpjniipfipfmenkefjpdncbekcd |
| Beschrijving | SPFtoolbox is an Application to check simple infomation such as SPF, DNS records, and more |
| Bestandsgrootte | 70.7 KB |
| Aantal Installaties | 82 |
| Huidige Versie | 0.88 |
| Laatst Bijgewerkt | 2017-08-01 |
| Publicatiedatum | 2017-08-01 |
| Ontwikkelaar | https://www.charlesabarnes.com |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "icon16.png"
},
"name": "SPF Toolbox",
"description": "SPFtoolbox is an Application to check simple infomation such as SPF, DNS records, and more",
"version": "0.88",
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"tabs",
"clipboardWrite",
"contextMenus",
"http:\/\/charlesabarnes.com\/"
]
} | |