By: Gina Rimi
Inspect and view changes in User Feedback Collector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "User Feedback Collector",
"version": "1.3",
"description": "Collect user feedback directly on any webpage via a floating widget.",
"permissions": [
"activeTab",
"tabs"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icons/logo_64.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{5c92504a-2f55-41ef-8c39-44659eff2954}"
}
}
} Best User Feedback Collector Alternatives
Here are some Firefox add-ons that are similar to User Feedback Collector: