Texting.Biz
Click to Text through Texting.Biz
What is Texting.Biz?
Texting.Biz is a Chrome extension developed by djones, and its main feature is "Click to Text through Texting.Biz".
Extension Screenshots
Download Texting.Biz Extension CRX File
Download Texting.Biz 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 for quick texting without needing to log into the website. Texting.Biz subscription is required
Extension Basic Information
Name | Texting.Biz |
ID | cpndllnhddfahbhaokdcijopipabaedf |
Official URL | https://chromewebstore.google.com/detail/textingbiz/cpndllnhddfahbhaokdcijopipabaedf |
Description | Click to Text through Texting.Biz |
File Size | 12.38 MB |
Installation Count | 167 |
Current Version | 1.1.2 |
Last Updated | 2023-01-10 |
Publish Date | 2022-08-18 |
Developer | djones |
[email protected] | |
Payment Type | free |
Extension Website | https://texting.biz |
Privacy Policy Page URL | https://texting.biz/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Texting.Biz", "description": "Click to Text through Texting.Biz", "version": "1.1.2", "action": { "default_icon": { "16": "\/images\/Logo16.png", "48": "\/images\/Logo48.png", "128": "\/images\/Logo128.png" }, "default_title": "Open Texting.Biz Extension", "default_popup": "popup.html" }, "icons": { "16": "\/images\/Logo16.png", "48": "\/images\/Logo48.png", "128": "\/images\/Logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |