Dynamic Web Page Annotation via Metadata API Parsing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Browser extensions face challenges in consistently tracking and enhancing web page elements due to changes in web page composition and user experience, leading to inconsistencies in functionality.

Innovation Solution

A metadata API is used to provide a configuration of a web application, allowing for dynamic adaptation by parsing URLs to determine associated objects and fields, and injecting annotation code into web pages based on metadata, ensuring accurate and robust annotation even with changes in web page structure.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If browser extension uses hard coding to identify web page elements, then initial functionality is achieved, but consistency and reliability deteriorate when web page structure changes

Engineering Contradiction:
Improvefunctionality consistencyVSAvoidadaptation to web page changes
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The browser extension transitions from static hard-coded element identification to dynamic metadata-driven identification. The extension continuously retrieves updated metadata from the web application server, allowing it to adapt to changing web page structures without manual reconfiguration. This dynamic approach ensures reliability persists even as web applications evolve.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system implements a feedback loop where the browser extension periodically requests updated metadata from the server, processes changes in web page structure, and adjusts its element identification accordingly. This continuous feedback mechanism maintains functionality consistency despite structural changes in the target web application.

Inventive Principle:
Principle #23Feedback

2Adaptability or versatility

If browser extension uses metadata API for dynamic adaptation, then adaptability to web page changes is improved, but device complexity increases

Engineering Contradiction:
Improveadaptation to web page changesVSAvoidextension complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The metadata API serves as an intermediary layer between the browser extension and the web application server. This intermediary provides structured information about web page elements and their relationships, simplifying the extension's task of identifying and interacting with dynamic elements. The metadata abstraction reduces the complexity burden on the extension.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The metadata-driven approach creates a universal identification mechanism that works across different web applications and structures. Rather than implementing application-specific hard-coded rules, the extension uses a unified metadata-based strategy that adapts to various web page structures, reducing overall system complexity through standardization.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Measurement precision

If browser extension hard codes specific page sections, then initial annotation accuracy is achieved, but measurement precision deteriorates when elements move or change

Engineering Contradiction:
Improveelement identification accuracyVSAvoidweb page structure stability
Core Design Contradiction:
Measurement precisionVSStability of the object's composition

Solution Approach 1:

The extension employs dynamic metadata retrieval to track web page elements regardless of their position or structural changes. Instead of relying on fixed positional hard-coding, the system continuously updates its understanding of element locations and characteristics through server-provided metadata, maintaining identification accuracy as pages evolve.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system uses feedback loops to continuously verify and update element identification against current web page structures. By periodically fetching updated metadata and comparing it with previous states, the extension maintains precise element identification even when elements move, are added, or removed from the web page.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20240086266A1Method of contextual annotation based on third-party application programming interfaces
Publication Date: 2024.03.14 SPEKIT INC
  • US20240086266A1 patent drawing
  • US20240086266A1 patent drawing
  • US20240086266A1 patent drawing

AI summary

Techniques are described for contextual annotation based on third party application programming interfaces. In an embodiment, metadata that represents a configuration of an organization-specific instance of a web application and comprising a plurality of objects pertaining to the configuration is received. The URL of a resource of the web-based application, i.e. the URL of a web page, is parsed to determine a particular object that is associated with the resource. The resource associated with the URL and the received metadata are used to determine text element(s) from the resource that correspond to one or more fields of the particular object. Annotation code is injected into the resource that is associated with the URL of the web-based application. A web page is displayed that includes a graphical display of the text element(s) annotated with selectable icons that correspond to the annotation code.