SPF Toolbox
SPFtoolbox is an Application to check simple infomation such as SPF, DNS records, and more
What is SPF Toolbox?
SPF Toolbox is a Chrome extension developed by https://www.charlesabarnes.com, and its main feature is "SPFtoolbox is an Application to check simple infomation such as SPF, DNS records, and more".
Download SPF Toolbox Extension CRX File
Download SPF Toolbox 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 | SPF Toolbox |
ID | daioadpjniipfipfmenkefjpdncbekcd |
Official URL | https://chromewebstore.google.com/detail/spf-toolbox/daioadpjniipfipfmenkefjpdncbekcd |
Description | SPFtoolbox is an Application to check simple infomation such as SPF, DNS records, and more |
File Size | 70.7 KB |
Installation Count | 82 |
Current Version | 0.88 |
Last Updated | 2017-08-01 |
Publish Date | 2017-08-01 |
Developer | https://www.charlesabarnes.com |
Payment Type | free |
Supported Languages | 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\/" ] } |