Build With Elementor
Find if this site built with elementor
Τι είναι το Build With Elementor;
Το Build With Elementor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον buildwithelementor.com, και η κύρια λειτουργία του είναι "Find if this site built with elementor".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Build With Elementor
Λήψη αρχείων επέκτασης Build With Elementor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You what to figure out if site built with elementor? one click and we scan site and tell you more then 11 millions websites built with elementor all over the world
Βασικές Πληροφορίες Επέκτασης
Όνομα | Build With Elementor |
ID | jnbecailhoakifjnaglmmlfjkadiebkh |
Επίσημο URL | https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh |
Περιγραφή | Find if this site built with elementor |
Μέγεθος Αρχείου | 10.4 KB |
Αριθμός Εγκαταστάσεων | 883 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2022-10-22 |
Ημερομηνία Δημοσίευσης | 2022-03-13 |
Προγραμματιστής | buildwithelementor.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://buildwithelementor.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://buildwithelementor.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://buildwithelementor.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Build With Elementor", "description": "Find if this site built with elementor", "version": "1.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ] } |