LSF Tools
To solve internal operational problems easily.
LSF Tools क्या है?
LSF Tools fe.develop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To solve internal operational problems easily."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LSF Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LSF Tools is a collection of browser extensions to solve internal operational problems. With this tool you will get the following features: ● 🌐 Quickly check the multilingual translation status of the page ● 🚀 Quickly positioning page multilingual configuration ● 📊 Quickly view the page buried data status ● 📈 Quickly analyze user traffic trends
एक्सटेंशन की मूल जानकारी
नाम | LSF Tools |
ID | iejllphclkdidjkblfajboaakifdcmkp |
आधिकारिक URL | https://chromewebstore.google.com/detail/lsf-tools/iejllphclkdidjkblfajboaakifdcmkp |
विवरण | To solve internal operational problems easily. |
फ़ाइल का आकार | 1.58 MB |
स्थापना संख्या | 275 |
वर्तमान संस्करण | 1.9.3 |
अंतिम अपडेट | 2023-11-22 |
प्रकाशन तिथि | 2022-12-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | fe.develop |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LSF Tools", "version": "1.9.3", "description": "To solve internal operational problems easily.", "action": { "default_icon": "assets\/icon-512.png", "default_popup": "src\/popup\/index.html" }, "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "icons": { "16": "assets\/icon-512.png", "48": "assets\/icon-512.png", "128": "assets\/icon-512.png" }, "permissions": [ "storage", "http:\/\/*\/", "https:\/\/*\/" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "js": [ "src\/contentScripts\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/src\/contentScripts\/index.368ab45f.js", "assets\/bootstrap.6fb76922.js", "assets\/_commonjsHelpers.468b0bfa.js", "assets\/fusion.1aad51f5.js", "assets\/index.8b8f5866.js", "assets\/noop.d073f165.js", "assets\/src\/contentScripts\/index.edbf5950.css", "assets\/fusion.67ffa6d9.css", "assets\/noop.82f819c9.css" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ] } |