FreshBooks Developer Tool
FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.
FreshBooks Developer Tool क्या है?
FreshBooks Developer Tool https://freshbooks.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FreshBooks Developer Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The FreshBooks Developer Tool is a useful developer tool that highlights specific IDs for users trying to build apps and integrations to the FreshBooks platform. The tool provides a simple interface in your Chrome browser to access details of your FreshBooks account.
एक्सटेंशन की मूल जानकारी
नाम | FreshBooks Developer Tool |
ID | jaaehikollkbccglkmaafbbfcahebail |
आधिकारिक URL | https://chromewebstore.google.com/detail/freshbooks-developer-tool/jaaehikollkbccglkmaafbbfcahebail |
विवरण | FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs. |
फ़ाइल का आकार | 161 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-10-01 |
प्रकाशन तिथि | 2020-08-17 |
डेवलपर | https://freshbooks.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.freshbooks.com |
सहायता पृष्ठ URL | https://www.freshbooks.com/support |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FreshBooks Developer Tool", "version": "1.0.2", "description": "FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.", "icons": { "16": "image\/icon\/icon-16.png", "48": "image\/icon\/icon-48.png", "128": "image\/icon\/icon-128.png" }, "browser_action": { "default_icon": "image\/icon\/icon-48.png" }, "background": { "scripts": [ "script\/fb-const.js", "script\/fb-init-background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/fresh\/*", "https:\/\/my.staging.gcp.fbks.in\/*", "https:\/\/my.freshbooksdev.com\/*", "https:\/\/my.rc.freshenv.com\/*", "https:\/\/my.staging.freshenv.com\/*", "https:\/\/my.freshbooks.com\/*", "https:\/\/my.dev.freshenv.com\/*" ], "exclude_matches": [ "http:\/\/localhost:4200\/service\/auth\/*", "http:\/\/localhost:4200\/tests*", "http:\/\/fresh\/service\/auth\/*", "http:\/\/fresh\/tests*", "https:\/\/my.staging.gcp.fbks.in\/auth\/*", "https:\/\/my.freshbooksdev.com\/service\/auth\/*", "https:\/\/my.freshbooksdev.com\/tests*", "https:\/\/my.rc.freshenv.com\/service\/auth\/*", "https:\/\/my.rc.freshenv.com\/service\/commandcenter\/*", "https:\/\/my.staging.freshenv.com\/service\/auth\/*", "https:\/\/my.staging.freshenv.com\/service\/commandcenter\/*", "https:\/\/my.freshbooks.com\/service\/auth\/*", "https:\/\/my.freshbooks.com\/service\/commandcenter\/*" ], "css": [ "style\/variables.css", "style\/popover.css" ], "js": [ "script\/fb-store.js", "script\/fb-bridge.js", "script\/fb-const.js", "script\/fb-modal.js", "script\/fb-tweak.js", "script\/fb-init-content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "image\/clipboard.png", "image\/favicon\/*.ico", "image\/link.png", "script\/fb-sync.js", "script\/fb-bridge.js", "script\/fb-const.js" ], "permissions": [ "storage" ] } |