Flaunt
Flaunt
Flaunt क्या है?
Flaunt https://flauntreport.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flaunt"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flaunt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Stunningly simple screenshot reporting that your clients will love. Keep your team happy and your clients retained with Flaunt - the reporting system for agencies! Simply take screenshots throughout the month, add a comment and some tags, and give your work a rating on the Awesomeness Meter™, then simply produce a stunning report for your clients with one click at the end of the month. Save time, save effort, and impress your clients - what's not to love! No more Powerpoint or more Word reports (*shudder*) - give your clients professional, interactive web-based reports that they can easily share. No more emailing huge files around or feeling embarrassed with the quality of your reports. With Flaunt, reporting becomes painless and fast, and it makes you look great.
एक्सटेंशन की मूल जानकारी
नाम | Flaunt |
ID | ojaijlgidecgnahjcdcfgfpifajfdemg |
आधिकारिक URL | https://chromewebstore.google.com/detail/flaunt/ojaijlgidecgnahjcdcfgfpifajfdemg |
विवरण | Flaunt |
फ़ाइल का आकार | 83.92 KB |
स्थापना संख्या | 248 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2017-05-19 |
प्रकाशन तिथि | 2017-05-19 |
रेटिंग | 4.92/5 कुल 13 रेटिंग्स |
डेवलपर | https://flauntreport.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flaunt", "short_name": "Flaunt", "description": "Flaunt", "version": "1.4", "background": { "scripts": [ "lib\/jquery-3.1.1.min.js", "js\/common.js", "config.js", "js\/controller.js", "js\/screen-grab.js", "js\/background.js" ] }, "browser_action": { "default_title": "Flaunt", "default_popup": "popup.html", "default_icon": "img\/icon-disabled-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/inject.css" ], "js": [ "lib\/jquery-3.1.1.min.js", "js\/common.js", "js\/ui.js", "js\/frame-controller.js", "config.js", "js\/content-script.js" ] } ], "icons": { "16": "img\/icon-16x16.png", "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" }, "permissions": [ "tabs", "activeTab", " |