Atomic AI
You Make a Lot of Content, We Make it Great.
What is Atomic AI?
Atomic AI is a Chrome extension developed by https://www.atomicreach.com, and its main feature is "You Make a Lot of Content, We Make it Great.".
Extension Screenshots
Download Atomic AI Extension CRX File
Download Atomic AI 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
Our Chrome Extension lets you bring Atomic AI with you everywhere you write. Use it within your Chrome browser on documents, social media, Gmail and more. Atomic AI provides real time feedback in all of your writing environments, increasing engagement with your audience.
Extension Basic Information
Name | |
ID | lbmmfpgaligikamflbficobigegoacln |
Official URL | https://chromewebstore.google.com/detail/atomic-ai/lbmmfpgaligikamflbficobigegoacln |
Description | You Make a Lot of Content, We Make it Great. |
File Size | 2.14 MB |
Installation Count | 1,438 |
Current Version | 4.1.9 |
Last Updated | 2017-10-03 |
Publish Date | 2017-10-03 |
Rating | 3.36/5 Total 14 Ratings |
Developer | https://www.atomicreach.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.atomicreach.com |
Help Page URL | http://help.atomicreach.com |
Privacy Policy Page URL | http://www.atomicreach.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atomic AI", "version": "4.1.9", "manifest_version": 2, "description": "You Make a Lot of Content, We Make it Great.", "homepage_url": "http:\/\/www.atomicreach.com", "icons": { "16": "src\/images\/icon\/AR_Orb_16x16.png", "48": "src\/images\/icon\/AR_orb_48x48.png", "128": "src\/images\/icon\/AR_orb_128x128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.intercomcdn.com https:\/\/widget.intercom.io https:\/\/apis.google.com https:\/\/my.atomicreach.com\/e\/; object-src 'self';frame-src 'self' ", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "src\/images\/icon\/AR_orb_19x19.png", "default_title": "Atomic AI", "default_popup": "settings-popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "background", "tabs", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/my.atomicreach.com\/e\/?iframe=1", "https:\/\/mail.google.com\/mail\/", "*:\/\/*.linkedin.com\/*", "*:\/\/twitter.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.atomicreach.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/atomicreach.me\/*", "*:\/\/*\/wp-admin*", "*:\/\/*\/*\/wp-admin*", "*:\/\/*\/*\/wp-admin*", "*:\/\/*\/*\/*preview=true*", "*:\/\/*\/*\/*\/*preview=true*", "*:\/\/*\/*preview=true*", "*:\/\/*\/*preview=true*", "*:\/\/*.linkedin.com\/*", "*:\/\/twitter.com\/*", "*:\/\/makingdollarsoutofsense.com\/admin\/post.php*" ], "css": [ "src\/css\/popup.css", "src\/css\/font-awesome.css", "src\/css\/social.css" ], "js": [ "src\/js\/jQuery\/jquery.min.js", "src\/js\/jQuery\/jqueryui.min.js", "src\/js\/ar\/md5.js", "src\/js\/ar\/api_client.js", "src\/js\/ar\/oauth.js", "src\/js\/ar\/js.cookie.js", "src\/js\/ar\/script.js", "src\/js\/ar\/sha1.js", "content_script.js", "src\/js\/inboxsdk.js", "src\/js\/highlightRegex.min.js", "src\/js\/jQuery\/jquery-migrate-1.2.1.min.js", "src\/js\/jQuery\/tooltipsy.min.js", "src\/js\/jQuery\/jquery.mark.js", "src\/js\/jQuery\/moment.min.js", "src\/js\/jQuery\/bootstrap-tooltips.js", "src\/js\/popup.js", "src\/js\/editorDetection.js", "src\/js\/arlogic.js", "src\/js\/cursorDontJump.js", "src\/js\/jsdiff.js" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2YGFKHuqbaXyRvtQMrgcYGgBMcF8t6maQlx+gkqskWpwNimR\/5sTOE1JbP3q+9Qf9LVN3bUvbQjKp6IVTbyyYkz\/uMZpD7AzuhzychsDXy2GofC5oEe6z1WzQGC0ZFgqZjOLeH3cqjKASWcwfB0TQhyQGwHPiHv6Z\/g4sDNXKbBY94aLItzjnPfIHJEYwCPAS8i1WarCqXgFHMstzokhcWj+rSm5NZS92KDwRuTPbB2A22cRxn1FOCmxkUx4f3jA7m0aK9aCeHNv2zUn+dBw3OVK4MUq3tQP1Bk1kpzJnqZw4REJm69yfdwyL7VzBvzHUUQz\/j\/B3a18AuAWnXbnJQIDAQAB", "web_accessible_resources": [ "frame.html", "src\/js\/*", "src\/images\/*", "src\/images\/new\/*", "src\/html\/popup.html", "src\/html\/pop.html", "src\/html\/pop1.html", "src\/html\/pop2.html", "src\/js\/ajax-reciver.js", "src\/js\/jsdiff.js", "src\/js\/custom-gmail.js", "src\/js\/popup.js", "src\/css\/fonts\/*", "src\/html\/frame.html", "settings-popup.html", "font\/*.woff2", "src\/js\/cursorDontJump.js", "src\/css\/markup.css", "src\/css\/social.css", "src\/html\/social-mirror.html" ] } |