{"slug":"integrate-dropbox","name":"File Manager for Dropbox","description":"Secure Dropbox integration for WordPress. Manage, share, and embed files via blocks, shortcodes, and Elementor widgets.","author":"CodeConfig","active_installs":300,"version":"1.3.9","wp_org_url":"https://wordpress.org/plugins/integrate-dropbox/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"integrate_dropbox_user_access","full_table_name":"wp_integrate_dropbox_user_access","description":"Stores integrate dropbox user access data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":true},{"name":"type","type":"TEXT","nullable":false,"primary_key":false},{"name":"value","type":"TEXT","nullable":false,"primary_key":false},{"name":"folders","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"force","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"created_at","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"updated_at","type":"TIMESTAMP","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_integrate_dropbox_user_access( id INT AUTO_INCREMENT, `type` TEXT NOT NULL, `value` TEXT NOT NULL, `folders` LONGTEXT NULL, `force` TINYINT(1) DEFAULT 0, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP NULL, PRIMARY KEY (id)) ENGINE"}],"table_count":1}